From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 25 Jan 2020 19:41:25 +0000 (-0800) Subject: bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) (GH... X-Git-Tag: v3.7.7rc1~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0a6ec256b460f071e33b4633e5bec450d8e6394;p=thirdparty%2FPython%2Fcpython.git bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) (GH-17876) (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 a6285ffaf191..38221199dcdb 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``