diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-21 21:02:31 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-21 21:02:31 (GMT) |
commit | a18cad543f72a4de79df3dca3d79a75e762420aa (patch) | |
tree | 5cc5a19ef5c595cd2606279f5ac86d903ac918ad /Doc/library/exceptions.rst | |
parent | b5601586223f13f77a16ed64f16bea1ece063997 (diff) | |
download | cpython-a18cad543f72a4de79df3dca3d79a75e762420aa.zip cpython-a18cad543f72a4de79df3dca3d79a75e762420aa.tar.gz cpython-a18cad543f72a4de79df3dca3d79a75e762420aa.tar.bz2 |
Issue 24180: Fixes by Berker Peksag.
Diffstat (limited to 'Doc/library/exceptions.rst')
-rw-r--r-- | Doc/library/exceptions.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 6162068..2209f16 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -328,7 +328,6 @@ The following exceptions are the exceptions that are usually raised. :term:`asynchronous iterator` object to stop the iteration. .. versionadded:: 3.5 - See also :pep:`492`. .. exception:: SyntaxError |