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/weakref.rst b/Doc/library/weakref.rst index 1c3cdbb..e5a99ea 100644 --- a/Doc/library/weakref.rst +++ b/Doc/library/weakref.rst
@@ -245,7 +245,7 @@ .. 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.