PEP 487: fixed typo (#162)
This commit is contained in:
parent
f0ffbff6fd
commit
e75da5cab3
|
@ -316,7 +316,7 @@ Backward compatibility issues
|
|||
|
||||
The exact calling sequence in ``type.__new__`` is slightly changed, raising
|
||||
fears of backwards compatibility. It should be assured by tests that common use
|
||||
cases behave as desirerd.
|
||||
cases behave as desired.
|
||||
|
||||
The following class definitions (except the one defining the metaclass)
|
||||
continue to fail with a ``TypeError`` as superfluous class arguments are passed::
|
||||
|
|
Loading…
Reference in New Issue