From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 21 Sep 2019 05:41:35 +0000 (-0700) Subject: Doc: Fix spelling errors of 'initial' in enum.py (GH-16314) X-Git-Tag: v3.8.0rc1~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4e0ceb211e65dc080b64477380dfae923eb1306;p=python Doc: Fix spelling errors of 'initial' in enum.py (GH-16314) (cherry picked from commit bb16fb2cb8dca1fa1d67621c3175793eda7dbdc2) Co-authored-by: HongWeipeng --- diff --git a/Lib/enum.py b/Lib/enum.py index 6ef17c7f6d..108d389d94 100644 --- a/Lib/enum.py +++ b/Lib/enum.py @@ -677,7 +677,7 @@ class Flag(Enum): Generate the next value when not given. name: the name of the member - start: the initital start value or None + start: the initial start value or None count: the number of existing members last_value: the last value assigned or None """