diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-03-31 12:30:54 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-03-31 12:30:54 (GMT) |
commit | e4ba8725437e646004337c6a68aed493f2eb2023 (patch) | |
tree | 6824b0dcee02504d752f4684b6b9a36eb489ce8f /Doc/library/contextlib.rst | |
parent | 0950e6aef6a0de3e38cb549c51e75671f9249f05 (diff) | |
download | cpython-e4ba8725437e646004337c6a68aed493f2eb2023.zip cpython-e4ba8725437e646004337c6a68aed493f2eb2023.tar.gz cpython-e4ba8725437e646004337c6a68aed493f2eb2023.tar.bz2 |
Remove redundant leading zeroes in PEP references.
Diffstat (limited to 'Doc/library/contextlib.rst')
-rw-r--r-- | Doc/library/contextlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst index 9e8463d..c112241 100644 --- a/Doc/library/contextlib.rst +++ b/Doc/library/contextlib.rst @@ -603,7 +603,7 @@ an explicit ``with`` statement. .. seealso:: - :pep:`0343` - The "with" statement + :pep:`343` - The "with" statement The specification, background, and examples for the Python :keyword:`with` statement. |