Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15efcb6

Browse files
committed
Fix internal link.
1 parent 958e368 commit 15efcb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/reference/datamodel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,8 +1541,8 @@ explored including logging, interface checking, automatic delegation, automatic
15411541
property creation, proxies, frameworks, and automatic resource
15421542
locking/synchronization.
15431543

1544-
Here is an example of a metaclass that uses an :class:`OrderedDict` to
1545-
remember the order that class members were defined::
1544+
Here is an example of a metaclass that uses an :class:`collections.OrderedDict`
1545+
to remember the order that class members were defined::
15461546

15471547
class OrderedClass(type):
15481548

0 commit comments

Comments
 (0)