diff options
Diffstat (limited to 'Doc/library/weakref.rst')
-rw-r--r-- | Doc/library/weakref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/weakref.rst b/Doc/library/weakref.rst index 2e16077..01dabc9 100644 --- a/Doc/library/weakref.rst +++ b/Doc/library/weakref.rst @@ -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. |