Skip to content

Commit e963c57

Browse files
Updated missing periods in cmdline.rst (GH-17173)
(cherry picked from commit 0fe0b88) Co-authored-by: Jules Lasne (jlasne) <jules.lasne@gmail.com>
1 parent 0b634df commit e963c57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/using/cmdline.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ Miscellaneous options
454454
on a crash.
455455
* Enable :ref:`asyncio debug mode <asyncio-debug-mode>`.
456456
* Set the :attr:`~sys.flags.dev_mode` attribute of :attr:`sys.flags` to
457-
``True``
457+
``True``.
458458
* :class:`io.IOBase` destructor logs ``close()`` exceptions.
459459

460460
* ``-X utf8`` enables UTF-8 mode for operating system interfaces, overriding
@@ -773,8 +773,8 @@ conflict.
773773

774774
* ``debug``: install debug hooks on top of the :ref:`default memory
775775
allocators <default-memory-allocators>`.
776-
* ``malloc_debug``: same as ``malloc`` but also install debug hooks
777-
* ``pymalloc_debug``: same as ``pymalloc`` but also install debug hooks
776+
* ``malloc_debug``: same as ``malloc`` but also install debug hooks.
777+
* ``pymalloc_debug``: same as ``pymalloc`` but also install debug hooks.
778778

779779
See the :ref:`default memory allocators <default-memory-allocators>` and the
780780
:c:func:`PyMem_SetupDebugHooks` function (install debug hooks on Python

0 commit comments

Comments
 (0)