]> granicus.if.org Git - python/commitdiff
Another fix.
authorGeorg Brandl <georg@python.org>
Fri, 22 Feb 2008 12:57:05 +0000 (12:57 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 22 Feb 2008 12:57:05 +0000 (12:57 +0000)
Doc/library/weakref.rst

index 5a79cfad645d4e27982dbe03c80e0cb1a39d565c..d27eb2ec057ca501cb471cee4eae9ae0d7d71c62 100644 (file)
@@ -63,7 +63,7 @@ support weak references but can add support through subclassing::
    class Dict(dict):
        pass
 
-   obj = Dict(red=1, green=2, blue=3)   # this object is weak referencable
+   obj = Dict(red=1, green=2, blue=3)   # this object is weak referenceable
 
 Extension types can easily be made to support weak references; see
 :ref:`weakref-support`.