Skip to content

Commit 962e2a7

Browse files
authored
Fix a minor typo and hyphenate "multi-threading" (#4237)
1 parent a22a127 commit 962e2a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/using/cmdline.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,11 @@ Miscellaneous options
408408
* ``-X showalloccount`` to output the total count of allocated objects for
409409
each type when the program finishes. This only works when Python was built with
410410
``COUNT_ALLOCS`` defined.
411-
* ``-X importtime`` to show how long each import takes. It shows module name,
412-
cumulative time (including nested imports) and self time (exluding nested
413-
imports). Note that its output may be broken in multi threaded application.
414-
Typical usage is ``python3 -X importtime -c 'import asyncio'``. See also
415-
:envvar:`PYTHONPROFILEIMPORTTIME`.
411+
* ``-X importtime`` to show how long each import takes. It shows module
412+
name, cumulative time (including nested imports) and self time (excluding
413+
nested imports). Note that its output may be broken in multi-threaded
414+
application. Typical usage is ``python3 -X importtime -c 'import
415+
asyncio'``. See also :envvar:`PYTHONPROFILEIMPORTTIME`.
416416

417417
It also allows passing arbitrary values and retrieving them through the
418418
:data:`sys._xoptions` dictionary.

0 commit comments

Comments
 (0)