mirror of https://github.com/python/cpython
Issue #29129: Fix typo in "Using auto" section
This commit is contained in:
parent
37023b64d7
commit
2a267a12ee
|
@ -773,7 +773,7 @@ the (unimportant) value::
|
|||
Using :class:`auto`
|
||||
"""""""""""""""""""
|
||||
|
||||
Using :class:`object` would look like::
|
||||
Using :class:`auto` would look like::
|
||||
|
||||
>>> class Color(NoValue):
|
||||
... RED = auto()
|
||||
|
|
Loading…
Reference in New Issue