]> granicus.if.org Git - python/commitdiff
Doc: Fix spelling errors of 'initial' in enum.py (GH-16314)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 21 Sep 2019 05:41:35 +0000 (22:41 -0700)
committerGitHub <noreply@github.com>
Sat, 21 Sep 2019 05:41:35 +0000 (22:41 -0700)
(cherry picked from commit bb16fb2cb8dca1fa1d67621c3175793eda7dbdc2)

Co-authored-by: HongWeipeng <hongweichen8888@sina.com>
Lib/enum.py

index 6ef17c7f6dc8466eb8de21a5ac7142eef7a9619a..108d389d948de626a3f4522ee907684562f3e0bd 100644 (file)
@@ -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
         """