Commit 95bf0b62 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix internal link.

parent 94556c75
......@@ -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):
......
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