Fix env var typo in perf profiling docs (#110404)

Fix typo in docs
This commit is contained in:
Harmen Stoppels 2023-10-05 19:27:19 +02:00 committed by GitHub
parent a973bf0f97
commit a13620685f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -162,8 +162,7 @@ the :option:`!-X` option takes precedence over the environment variable.
Example, using the environment variable::
$ PYTHONPERFSUPPORT=1
$ python script.py
$ PYTHONPERFSUPPORT=1 python script.py
$ perf report -g -i perf.data
Example, using the :option:`!-X` option::