From: Raymond Hettinger Date: Tue, 7 Apr 2009 02:09:15 +0000 (+0000) Subject: Fix internal link. X-Git-Tag: v3.1b1~360 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15efcb6f9d5324d3f7a4d1188edd45a28f313288;p=thirdparty%2FPython%2Fcpython.git Fix internal link. --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index c2c3241b5295..eb6383482abf 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -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):