Fix typo in PEP 560 : moth -> month (GH-417)

This commit is contained in:
Ivan Levkivskyi 2017-09-12 12:53:49 +02:00 committed by Mariatta
parent b43b49d599
commit 0926eeee4c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Initially PEP 484 was designed in such way that it would not introduce
*any* changes to the core CPython interpreter. Now type hints and
the ``typing`` module are extensively used by the community, e.g. PEP 526
and PEP 557 extend the usage of type hints, and the backport of ``typing``
on PyPI has 1M downloads/moth. Therefore, this restriction can be removed.
on PyPI has 1M downloads/month. Therefore, this restriction can be removed.
It is proposed to add two special methods ``__class_getitem__`` and
``__subclass_base__`` to the core CPython for better support of
generic types.