]> granicus.if.org Git - python/commitdiff
Fix internal link.
authorRaymond Hettinger <python@rcn.com>
Tue, 7 Apr 2009 02:09:15 +0000 (02:09 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 7 Apr 2009 02:09:15 +0000 (02:09 +0000)
Doc/reference/datamodel.rst

index c2c3241b52952c7c718fa2a1ff0c637d6d124b56..eb6383482abf9ab0402ce80293660988776212c5 100644 (file)
@@ -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):