diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-04-27 00:52:24 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-04-27 00:52:24 (GMT) |
commit | ba08f072d29f2108503a97bf495315e072ae7787 (patch) | |
tree | a931646c8881a2e757f0f012e2f20dab7312d040 /Lib/weakref.py | |
parent | a6b79f3b1134861445af1c900bec2ce5ba75948d (diff) | |
download | cpython-ba08f072d29f2108503a97bf495315e072ae7787.zip cpython-ba08f072d29f2108503a97bf495315e072ae7787.tar.gz cpython-ba08f072d29f2108503a97bf495315e072ae7787.tar.bz2 |
Fixed URL of PEP 205 in weakref's module docstring.
Diffstat (limited to 'Lib/weakref.py')
-rw-r--r-- | Lib/weakref.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/weakref.py b/Lib/weakref.py index 4f6d757..70b383e 100644 --- a/Lib/weakref.py +++ b/Lib/weakref.py @@ -2,7 +2,7 @@ This module is an implementation of PEP 205: -http://python.sourceforge.net/peps/pep-0205.html +http://www.python.org/dev/peps/pep-0205/ """ # Naming convention: Variables named "wr" are weak reference objects; |