Skip to content

Commit

Permalink
Typo and reword
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbkim committed May 6, 2024
1 parent e927d63 commit 406ca98
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Doc/using/cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -940,10 +940,9 @@ conflict.

.. envvar:: PYTHONPROFILEIMPORTTIME

If this environment variable is set to a non-empty string, Python will
show how long each import takes. If this environment variable is set to
``2``, Python will include about imported modules that have already been
loaded.
If this environment variable is set to a non-empty string, Python will show
how long each import takes. If set to ``2``, Python will include output for
imported modules that have already been loaded.
This is equivalent to setting the :option:`-X` ``importtime`` option.

.. versionadded:: 3.7
Expand Down

0 comments on commit 406ca98

Please sign in to comment.