]> granicus.if.org Git - python/commitdiff
Doc: Fix spelling errors of 'initial' in enum.py (GH-16314)
authorHongWeipeng <hongweichen8888@sina.com>
Sat, 21 Sep 2019 05:22:54 +0000 (13:22 +0800)
committerStéphane Wirtel <stephane@wirtel.be>
Sat, 21 Sep 2019 05:22:54 +0000 (07:22 +0200)
Lib/enum.py

index 8f82a6da99588fbd4874758e3281cd6558c486f7..8a6e5d2e46d6bb52f2b6efa517146b1b9d493667 100644 (file)
@@ -672,7 +672,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
         """