Skip to content

Commit eec7636

Browse files
miss-islingtonYoSTEALTH
authored andcommitted
bpo-39234: Doc: enum.auto() incrementation value not specified. (GH-17872) (GH-17875)
(cherry picked from commit 2e9012a) Co-authored-by: YoSTEALTH <[email protected]>
1 parent 1cf0df4 commit eec7636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/enum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ helper, :class:`auto`.
5555

5656
.. class:: auto
5757

58-
Instances are replaced with an appropriate value for Enum members.
58+
Instances are replaced with an appropriate value for Enum members. Initial value starts at 1.
5959

6060
.. versionadded:: 3.6 ``Flag``, ``IntFlag``, ``auto``
6161

0 commit comments

Comments
 (0)