]> granicus.if.org Git - python/commitdiff
Issue #29129: Fix typo in "Using auto" section
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 2 Jan 2017 02:51:04 +0000 (05:51 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 2 Jan 2017 02:51:04 +0000 (05:51 +0300)
Doc/library/enum.rst

index ddcc2864e6fa5f6d076f10515c4ee1eccf818263..5cd6472f3e2f45bfeb49fd1ac609c88e64021753 100644 (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()