mirror of https://github.com/python/cpython
Fixed URL of PEP 205 in weakref's module docstring.
This commit is contained in:
parent
a6b79f3b11
commit
ba08f072d2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue