From bb16fb2cb8dca1fa1d67621c3175793eda7dbdc2 Mon Sep 17 00:00:00 2001 From: HongWeipeng Date: Sat, 21 Sep 2019 13:22:54 +0800 Subject: Doc: Fix spelling errors of 'initial' in enum.py (GH-16314) --- Lib/enum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/enum.py b/Lib/enum.py index 8f82a6da99..8a6e5d2e46 100644 --- a/Lib/enum.py +++ b/Lib/enum.py @@ -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 """ -- cgit v1.2.1