From 21049dd822fc026900ac7f4f29802254654e78e1 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Tue, 30 May 2017 14:29:28 -0700 Subject: [PATCH] bpo-17188: add missing periods at the end of sentences --- Doc/reference/simple_stmts.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 2429f11fd180a6..8786d73f68a369 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: