From: Jules Lasne (jlasne) Date: Fri, 15 Nov 2019 22:18:17 +0000 (+0100) Subject: Updated missing periods in cmdline.rst (GH-17173) X-Git-Tag: v3.9.0a1~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fe0b88d6eb597c9a929e14ad47a5a9bd99bfe53;p=thirdparty%2FPython%2Fcpython.git Updated missing periods in cmdline.rst (GH-17173) --- diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 457a7fcb6d9e..9e149806c380 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 `. * 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 `. - * ``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 ` and the :c:func:`PyMem_SetupDebugHooks` function (install debug hooks on Python