Skip to content

Commit

Permalink
Updated missing periods in cmdline.rst (GH-17173)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0fe0b88)

Co-authored-by: Jules Lasne (jlasne) <jules.lasne@gmail.com>
  • Loading branch information
miss-islington and Seluj78 committed Nov 15, 2019
1 parent 0b634df commit e963c57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/using/cmdline.rst
Expand Up @@ -454,7 +454,7 @@ Miscellaneous options
on a crash.
* Enable :ref:`asyncio debug mode <asyncio-debug-mode>`.
* Set the :attr:`~sys.flags.dev_mode` attribute of :attr:`sys.flags` to
``True``
``True``.
* :class:`io.IOBase` destructor logs ``close()`` exceptions.

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

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

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

0 comments on commit e963c57

Please sign in to comment.