PEP 604: Fix typo and grammar issues reported by Brett
This commit is contained in:
parent
6c2e277b08
commit
dd89f72d8a
|
@ -176,8 +176,8 @@ PROS:
|
|||
|
||||
CONS:
|
||||
|
||||
- Adding this operator introduce a dependency between ``typing`` and ``builtins``
|
||||
- As breaking the backport (in that ``typing`` can easily be backported but core ``types`` can't)
|
||||
- Adding this operator introduces a dependency between ``typing`` and ``builtins``
|
||||
- Breaks the backport (in that ``typing`` can easily be backported but core ``types`` can't)
|
||||
- If Python itself doesn't have to be changed, we'd still need to implement it in mypy, Pyre, PyCharm,
|
||||
Pytype, and who knows what else (it's a minor change see "Reference Implementation")
|
||||
|
||||
|
|
Loading…
Reference in New Issue