Issue #29129: Fix typo in "Using auto" section

This commit is contained in:
Berker Peksag 2017-01-02 05:51:04 +03:00
parent 37023b64d7
commit 2a267a12ee
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()