]> granicus.if.org Git - python/commitdiff
bpo-17188: add missing periods at the end of sentences (GH-1875) (GH-1876)
authorMariatta <Mariatta@users.noreply.github.com>
Tue, 30 May 2017 22:37:43 +0000 (15:37 -0700)
committerGitHub <noreply@github.com>
Tue, 30 May 2017 22:37:43 +0000 (15:37 -0700)
(cherry picked from commit 9efad1e5aef32a6d8ca288793e8ee6df8782f615)

Doc/reference/simple_stmts.rst

index 4355f185aae8c8bcf841ae239144fed515c5c7c5..e1cec8794cc0e8ba6ddf3f393271bfe90d62110e 100644 (file)
@@ -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: