Skip to content

Commit 60b257b

Browse files
authored
bpo-17188: add missing periods at the end of sentences (GH-1875) (GH-1876)
(cherry picked from commit 9efad1e)
1 parent 89e0a18 commit 60b257b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/reference/simple_stmts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,11 +630,11 @@ Additional information on exceptions can be found in section :ref:`exceptions`,
630630
and information about handling exceptions is in section :ref:`try`.
631631

632632
.. versionchanged:: 3.3
633-
:const:`None` is now permitted as ``Y`` in ``raise X from Y``
633+
:const:`None` is now permitted as ``Y`` in ``raise X from Y``.
634634

635635
.. versionadded:: 3.3
636636
The ``__suppress_context__`` attribute to suppress automatic display of the
637-
exception context
637+
exception context.
638638

639639
.. _break:
640640

0 commit comments

Comments
 (0)