Skip to content

Commit 208a6a1

Browse files
Seluj78miss-islington
authored andcommitted
[3.7] Updated missing periods in cmdline.rst (GH-17173). (GH-17182)
(cherry picked from commit 0fe0b88) Co-authored-by: Jules Lasne (jlasne) <[email protected]>
1 parent fe67a53 commit 208a6a1

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
@@ -449,7 +449,7 @@ Miscellaneous options
449449
on a crash.
450450
* Enable :ref:`asyncio debug mode <asyncio-debug-mode>`.
451451
* Set the :attr:`~sys.flags.dev_mode` attribute of :attr:`sys.flags` to
452-
``True``
452+
``True``.
453453

454454
* ``-X utf8`` enables UTF-8 mode for operating system interfaces, overriding
455455
the default locale-aware mode. ``-X utf8=0`` explicitly disables UTF-8
@@ -745,8 +745,8 @@ conflict.
745745

746746
* ``debug``: install debug hooks on top of the :ref:`default memory
747747
allocators <default-memory-allocators>`.
748-
* ``malloc_debug``: same as ``malloc`` but also install debug hooks
749-
* ``pymalloc_debug``: same as ``pymalloc`` but also install debug hooks
748+
* ``malloc_debug``: same as ``malloc`` but also install debug hooks.
749+
* ``pymalloc_debug``: same as ``pymalloc`` but also install debug hooks.
750750

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

0 commit comments

Comments
 (0)