summaryrefslogtreecommitdiffstats
path: root/Doc/library/contextlib.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-03-31 12:30:54 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-03-31 12:30:54 (GMT)
commite4ba8725437e646004337c6a68aed493f2eb2023 (patch)
tree6824b0dcee02504d752f4684b6b9a36eb489ce8f /Doc/library/contextlib.rst
parent0950e6aef6a0de3e38cb549c51e75671f9249f05 (diff)
downloadcpython-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.rst2
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.