[Python-checkins] Updated missing periods in cmdline.rst (GH-17173)

Victor Stinner webhook-mailer at python.org
Fri Nov 15 17:18:25 EST 2019


https://github.com/python/cpython/commit/0fe0b88d6eb597c9a929e14ad47a5a9bd99bfe53
commit: 0fe0b88d6eb597c9a929e14ad47a5a9bd99bfe53
branch: master
author: Jules Lasne (jlasne) <jules.lasne at gmail.com>
committer: Victor Stinner <vstinner at python.org>
date: 2019-11-15T23:18:17+01:00
summary:

Updated missing periods in cmdline.rst (GH-17173)

files:
M Doc/using/cmdline.rst

diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index 457a7fcb6d9e3..9e149806c380f 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



More information about the Python-checkins mailing list