Fixed small grammar typo, removed "has" (#1222)

This commit is contained in:
Samuel L. Setegne 2019-11-06 11:05:22 -08:00 committed by Brett Cannon
parent 489ed67780
commit f1ae8e90ce
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ have lost their need to be included with Python. There has also been
an introduction of a naming convention for modules since Python's
inception that not all modules follow.
Python 3.0 has presents a chance to remove modules that do not have
Python 3.0 presents a chance to remove modules that do not have
long term usefulness. This chance also allows for the renaming of
modules so that they follow the Python style guide [#pep-0008]_. This
PEP lists modules that should not be included in Python 3.0 or which