Skip to content

Commit 5635913

Browse files
[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 a136206) Co-authored-by: Harmen Stoppels <[email protected]>
1 parent 4a87f92 commit 5635913

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/howto/perf_profiling.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ the :option:`!-X` option takes precedence over the environment variable.
162162

163163
Example, using the environment variable::
164164

165-
$ PYTHONPERFSUPPORT=1
166-
$ python script.py
165+
$ PYTHONPERFSUPPORT=1 python script.py
167166
$ perf report -g -i perf.data
168167

169168
Example, using the :option:`!-X` option::

0 commit comments

Comments
 (0)