mirror of https://github.com/python/cpython
Issue #29129: Merge from 3.6
This commit is contained in:
commit
a1e85516f2
|
@ -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