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

Miss Islington (bot) webhook-mailer at python.org
Fri Nov 15 17:47:22 EST 2019


https://github.com/python/cpython/commit/208a6a1b1329bf24794732d26d5934c73d670c60
commit: 208a6a1b1329bf24794732d26d5934c73d670c60
branch: 3.7
author: Jules Lasne (jlasne) <jules.lasne at gmail.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-11-15T14:47:17-08:00
summary:

[3.7] Updated missing periods in cmdline.rst (GH-17173). (GH-17182)



(cherry picked from commit 0fe0b88d6eb597c9a929e14ad47a5a9bd99bfe53)

Co-authored-by: Jules Lasne (jlasne) <jules.lasne at gmail.com>

files:
M Doc/using/cmdline.rst

diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index 6a60bc4954c62..2c34ac29b68f2 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -449,7 +449,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``.
 
    * ``-X utf8`` enables UTF-8 mode for operating system interfaces, overriding
      the default locale-aware mode. ``-X utf8=0`` explicitly disables UTF-8
@@ -745,8 +745,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