mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Fixed URL of PEP 205 in weakref's module docstring.
This commit is contained in:
parent
a6b79f3b11
commit
ba08f072d2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
This module is an implementation of PEP 205:
|
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;
|
# Naming convention: Variables named "wr" are weak reference objects;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue