bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) (GH-17876)

(cherry picked from commit 2e9012a3e1)

Co-authored-by: YoSTEALTH <35307184+YoSTEALTH@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2020-01-25 11:41:25 -08:00 committed by Ned Deily
parent 6dbd843ded
commit b0a6ec256b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ helper, :class:`auto`.
.. class:: auto
Instances are replaced with an appropriate value for Enum members.
Instances are replaced with an appropriate value for Enum members. Initial value starts at 1.
.. versionadded:: 3.6 ``Flag``, ``IntFlag``, ``auto``