Fix typo in PEP 560 : moth -> month (GH-417)
This commit is contained in:
parent
b43b49d599
commit
0926eeee4c
|
@ -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
|
*any* changes to the core CPython interpreter. Now type hints and
|
||||||
the ``typing`` module are extensively used by the community, e.g. PEP 526
|
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``
|
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
|
It is proposed to add two special methods ``__class_getitem__`` and
|
||||||
``__subclass_base__`` to the core CPython for better support of
|
``__subclass_base__`` to the core CPython for better support of
|
||||||
generic types.
|
generic types.
|
||||||
|
|
Loading…
Reference in New Issue