mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
bpo-17188: add missing periods at the end of sentences (GH-1875) (GH-1876)
(cherry picked from commit 9efad1e5ae
)
This commit is contained in:
parent
89e0a189f8
commit
60b257b01c
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue