Issue #29129: Merge from 3.6

This commit is contained in:
Berker Peksag 2017-01-02 05:51:31 +03:00
commit a1e85516f2
1 changed files with 1 additions and 1 deletions

View File

@ -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()