PEP 487: fixed typo (#162)

This commit is contained in:
Romet 2016-12-20 17:29:35 +02:00 committed by Chris Angelico
parent f0ffbff6fd
commit e75da5cab3
1 changed files with 1 additions and 1 deletions

View File

@ -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::