commit | 838b1339e86250a02ea4b55e21d943127fa40fcf | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Mar 31 15:31:04 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Mar 31 15:31:04 2016 +0300 |
tree | 9ca84d9020eabd7fb7d7f884331fdd2889b83cce | |
parent | 68822a0d59db0f3b66225b05fdd4f1f5fa351987 [diff] [blame] |
Remove redundant leading zeroes in PEP references.
diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst index 610c0b0..c88dd23 100644 --- a/Doc/library/contextlib.rst +++ b/Doc/library/contextlib.rst
@@ -135,7 +135,7 @@ .. seealso:: - :pep:`0343` - The "with" statement + :pep:`343` - The "with" statement The specification, background, and examples for the Python :keyword:`with` statement.