]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix env var typo in perf profiling docs (#110404)
authorHarmen Stoppels <harmenstoppels@gmail.com>
Thu, 5 Oct 2023 17:27:19 +0000 (19:27 +0200)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2023 17:27:19 +0000 (20:27 +0300)
Fix typo in docs

Doc/howto/perf_profiling.rst

index 61812c19ae6ca9795d8406d6086fd632695ce298..af7b67d20429502f23f8c19223dce4df9da695a6 100644 (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::