summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2017-05-30 22:37:43 (GMT)
committerGitHub <noreply@github.com>2017-05-30 22:37:43 (GMT)
commit60b257b01ca497d7a556e3f526704aa1b923d1ac (patch)
tree7c8ea14f458c2ae0049fa89c15ccb2acd330683a /Doc/reference
parent89e0a189f8d6054e3e2a7345ac779c1052dc2a49 (diff)
downloadcpython-60b257b01ca497d7a556e3f526704aa1b923d1ac.zip
cpython-60b257b01ca497d7a556e3f526704aa1b923d1ac.tar.gz
cpython-60b257b01ca497d7a556e3f526704aa1b923d1ac.tar.bz2
bpo-17188: add missing periods at the end of sentences (GH-1875) (GH-1876)
(cherry picked from commit 9efad1e5aef32a6d8ca288793e8ee6df8782f615)
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/simple_stmts.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst
index 4355f18..e1cec87 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: