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:
parent
6dbd843ded
commit
b0a6ec256b
|
@ -55,7 +55,7 @@ helper, :class:`auto`.
|
||||||
|
|
||||||
.. 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``
|
.. versionadded:: 3.6 ``Flag``, ``IntFlag``, ``auto``
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue