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
|
||||
locking/synchronization.
|
||||
|
||||
Here is an example of a metaclass that uses an :class:`OrderedDict` to
|
||||
remember the order that class members were defined::
|
||||
Here is an example of a metaclass that uses an :class:`collections.OrderedDict`
|
||||
to remember the order that class members were defined::
|
||||
|
||||
class OrderedClass(type):
|
||||
|
||||
|
|
Loading…
Reference in New Issue