mirror of
https://github.com/python/cpython.git
synced 2024-11-24 08:52:25 +01:00
b053cd8f40
Opportunistically also fixed one or two places where '<> None' should be 'is not None' and where 'type(x) <> y' should be 'not isinstance(x, y)'. |
||
---|---|---|
.. | ||
Grammar |