]> granicus.if.org Git - python/commitdiff
bpo-17188: add missing periods at the end of sentences (GH-1875)
authorMariatta <Mariatta@users.noreply.github.com>
Tue, 30 May 2017 22:26:42 +0000 (15:26 -0700)
committerGitHub <noreply@github.com>
Tue, 30 May 2017 22:26:42 +0000 (15:26 -0700)
Doc/reference/simple_stmts.rst

index 2429f11fd180a68e1e4f614e0aa03af1e1617564..8786d73f68a369ce83d99a783c9bc7d0f98de2a3 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: