Fix internal link.

This commit is contained in:
Raymond Hettinger 2009-04-07 02:09:15 +00:00
parent 958e368a68
commit 15efcb6f9d
1 changed files with 2 additions and 2 deletions

View File

@ -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):