]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Jan 2020 19:40:27 +0000 (11:40 -0800)
committerNed Deily <nad@python.org>
Sat, 25 Jan 2020 19:40:27 +0000 (14:40 -0500)
(cherry picked from commit 2e9012a3e1e316c54e27f51ba5849ba06eab7da2)

Co-authored-by: YoSTEALTH <35307184+YoSTEALTH@users.noreply.github.com>
Doc/library/enum.rst

index 19277d76995fedd5a3bcd9fa5cbb7a9cf76bf974..7538084767d760257faf2bc921b42c5b67623d01 100644 (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``