Commit 1699db14 authored by Georg Brandl's avatar Georg Brandl

Another fix.

parent 4e37c662
...@@ -63,7 +63,7 @@ support weak references but can add support through subclassing:: ...@@ -63,7 +63,7 @@ support weak references but can add support through subclassing::
class Dict(dict): class Dict(dict):
pass 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 Extension types can easily be made to support weak references; see
:ref:`weakref-support`. :ref:`weakref-support`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment