[3.12] Fix env var typo in perf profiling docs (GH-110404) (#110414)

Fix env var typo in perf profiling docs (GH-110404)

Fix typo in docs
(cherry picked from commit a13620685f)

Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
This commit is contained in:
Miss Islington (bot) 2023-10-05 10:40:19 -07:00 committed by GitHub
parent 4a87f92724
commit 5635913125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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::