mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Fix internal link.
This commit is contained in:
parent
958e368a68
commit
15efcb6f9d
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue