From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 25 Jan 2020 19:40:27 +0000 (-0800) Subject: bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) (GH... X-Git-Tag: v3.8.2rc1~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eec7636bfd07412b5872c0683636e9e98bf79a8c;p=thirdparty%2FPython%2Fcpython.git bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) (GH-17875) (cherry picked from commit 2e9012a3e1e316c54e27f51ba5849ba06eab7da2) Co-authored-by: YoSTEALTH <35307184+YoSTEALTH@users.noreply.github.com> --- diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index 19277d76995f..7538084767d7 100644 --- a/Doc/library/enum.rst +++ b/Doc/library/enum.rst @@ -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``