Skip to content

Commit 0fe0b88

Browse files
Seluj78vstinner
authored andcommitted
Updated missing periods in cmdline.rst (GH-17173)
1 parent 84f2528 commit 0fe0b88

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
@@ -457,7 +457,7 @@ Miscellaneous options
457457
on a crash.
458458
* Enable :ref:`asyncio debug mode <asyncio-debug-mode>`.
459459
* Set the :attr:`~sys.flags.dev_mode` attribute of :attr:`sys.flags` to
460-
``True``
460+
``True``.
461461
* :class:`io.IOBase` destructor logs ``close()`` exceptions.
462462

463463
* ``-X utf8`` enables UTF-8 mode for operating system interfaces, overriding
@@ -780,8 +780,8 @@ conflict.
780780

781781
* ``debug``: install debug hooks on top of the :ref:`default memory
782782
allocators <default-memory-allocators>`.
783-
* ``malloc_debug``: same as ``malloc`` but also install debug hooks
784-
* ``pymalloc_debug``: same as ``pymalloc`` but also install debug hooks
783+
* ``malloc_debug``: same as ``malloc`` but also install debug hooks.
784+
* ``pymalloc_debug``: same as ``pymalloc`` but also install debug hooks.
785785

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

0 commit comments

Comments
 (0)