From: Mariatta Date: Tue, 30 May 2017 22:26:42 +0000 (-0700) Subject: bpo-17188: add missing periods at the end of sentences (GH-1875) X-Git-Tag: v3.7.0a1~712 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9efad1e5aef32a6d8ca288793e8ee6df8782f615;p=python bpo-17188: add missing periods at the end of sentences (GH-1875) --- diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 2429f11fd1..8786d73f68 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -630,11 +630,11 @@ Additional information on exceptions can be found in section :ref:`exceptions`, and information about handling exceptions is in section :ref:`try`. .. versionchanged:: 3.3 - :const:`None` is now permitted as ``Y`` in ``raise X from Y`` + :const:`None` is now permitted as ``Y`` in ``raise X from Y``. .. versionadded:: 3.3 The ``__suppress_context__`` attribute to suppress automatic display of the - exception context + exception context. .. _break: