[Python-checkins] (no subject)

Stéphane Wirtel webhook-mailer at python.org
Sat Sep 21 01:22:58 EDT 2019




To: python-checkins at python.org
Subject: Doc: Fix spelling errors of 'initial' in enum.py (GH-16314)
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

https://github.com/python/cpython/commit/bb16fb2cb8dca1fa1d67621c3175793eda7d=
bdc2
commit: bb16fb2cb8dca1fa1d67621c3175793eda7dbdc2
branch: master
author: HongWeipeng <hongweichen8888 at sina.com>
committer: St=C3=A9phane Wirtel <stephane at wirtel.be>
date: 2019-09-21T07:22:54+02:00
summary:

Doc: Fix spelling errors of 'initial' in enum.py (GH-16314)

files:
M Lib/enum.py

diff --git a/Lib/enum.py b/Lib/enum.py
index 8f82a6da9958..8a6e5d2e46d6 100644
--- a/Lib/enum.py
+++ b/Lib/enum.py
@@ -672,7 +672,7 @@ def _generate_next_value_(name, start, count, last_values=
):
         Generate the next value when not given.
=20
         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
         """



More information about the Python-checkins mailing list