Kaydet (Commit) 9efad1e5 authored tarafından Mariatta's avatar Mariatta Kaydeden (comit) GitHub

bpo-17188: add missing periods at the end of sentences (GH-1875)

üst b351248c
...@@ -630,11 +630,11 @@ Additional information on exceptions can be found in section :ref:`exceptions`, ...@@ -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`. and information about handling exceptions is in section :ref:`try`.
.. versionchanged:: 3.3 .. 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 .. versionadded:: 3.3
The ``__suppress_context__`` attribute to suppress automatic display of the The ``__suppress_context__`` attribute to suppress automatic display of the
exception context exception context.
.. _break: .. _break:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment