Fixed URL of PEP 205 in weakref's module docstring.

This commit is contained in:
Alexandre Vassalotti 2008-04-27 00:52:24 +00:00
parent a6b79f3b11
commit ba08f072d2
1 changed files with 1 additions and 1 deletions

View File

@ -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;