From: Harmen Stoppels Date: Thu, 5 Oct 2023 17:27:19 +0000 (+0200) Subject: Fix env var typo in perf profiling docs (#110404) X-Git-Tag: v3.13.0a1~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a13620685f68957c965fca89343a0e91f95f1bab;p=thirdparty%2FPython%2Fcpython.git Fix env var typo in perf profiling docs (#110404) Fix typo in docs --- diff --git a/Doc/howto/perf_profiling.rst b/Doc/howto/perf_profiling.rst index 61812c19ae6c..af7b67d20429 100644 --- a/Doc/howto/perf_profiling.rst +++ b/Doc/howto/perf_profiling.rst @@ -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::