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

Skip to content

Commit 2a267a1

Browse files
committed
Issue #29129: Fix typo in "Using auto" section
1 parent 37023b6 commit 2a267a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/enum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ the (unimportant) value::
773773
Using :class:`auto`
774774
"""""""""""""""""""
775775

776-
Using :class:`object` would look like::
776+
Using :class:`auto` would look like::
777777

778778
>>> class Color(NoValue):
779779
... RED = auto()

0 commit comments

Comments
 (0)