Remove redundant leading zeroes in PEP references.

This commit is contained in:
Serhiy Storchaka 2016-03-31 15:30:54 +03:00
parent 0950e6aef6
commit e4ba872543
6 changed files with 15 additions and 15 deletions

View file

@ -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.

View file

@ -329,7 +329,7 @@ These method have the same issues as the and :meth:`keyrefs` method of
.. seealso::
:pep:`0205` - Weak References
:pep:`205` - Weak References
The proposal and rationale for this feature, including links to earlier
implementations and information about similar features in other languages.