Fix internal link.
This commit is contained in:
parent
958e368a68
commit
15efcb6f9d
|
@ -1541,8 +1541,8 @@ explored including logging, interface checking, automatic delegation, automatic
|
||||||
property creation, proxies, frameworks, and automatic resource
|
property creation, proxies, frameworks, and automatic resource
|
||||||
locking/synchronization.
|
locking/synchronization.
|
||||||
|
|
||||||
Here is an example of a metaclass that uses an :class:`OrderedDict` to
|
Here is an example of a metaclass that uses an :class:`collections.OrderedDict`
|
||||||
remember the order that class members were defined::
|
to remember the order that class members were defined::
|
||||||
|
|
||||||
class OrderedClass(type):
|
class OrderedClass(type):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue