summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorJules Lasne (jlasne) <jules.lasne@gmail.com>2019-11-15 22:18:17 (GMT)
committerVictor Stinner <vstinner@python.org>2019-11-15 22:18:17 (GMT)
commit0fe0b88d6eb597c9a929e14ad47a5a9bd99bfe53 (patch)
tree1b7b8c779248f6d0b3b63d35f86932b23818aad6 /Doc/using
parent84f2528d4836f9e8f80f8354cb26341ef7ef0a1b (diff)
downloadcpython-0fe0b88d6eb597c9a929e14ad47a5a9bd99bfe53.zip
cpython-0fe0b88d6eb597c9a929e14ad47a5a9bd99bfe53.tar.gz
cpython-0fe0b88d6eb597c9a929e14ad47a5a9bd99bfe53.tar.bz2
Updated missing periods in cmdline.rst (GH-17173)
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/cmdline.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index 457a7fc..9e14980 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -457,7 +457,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
@@ -780,8 +780,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