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

Skip to content

Commit b8d1b9d

Browse files
mlouieluMariatta
authored andcommitted
Mention enum as an ex (#2982)
1 parent ea0f7c2 commit b8d1b9d

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
@@ -1896,8 +1896,8 @@ Metaclass example
18961896
^^^^^^^^^^^^^^^^^
18971897

18981898
The potential uses for metaclasses are boundless. Some ideas that have been
1899-
explored include logging, interface checking, automatic delegation, automatic
1900-
property creation, proxies, frameworks, and automatic resource
1899+
explored include enum, logging, interface checking, automatic delegation,
1900+
automatic property creation, proxies, frameworks, and automatic resource
19011901
locking/synchronization.
19021902

19031903
Here is an example of a metaclass that uses an :class:`collections.OrderedDict`

0 commit comments

Comments
 (0)