Fix grammar in PEP 557 (GH-519)

"No init method", instead of "not init method".
This commit is contained in:
Jelle Zijlstra 2017-12-20 18:06:59 -08:00 committed by Mariatta
parent 8ba5d20a21
commit 20d684c243
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ post-init processing
The generated ``__init__`` code will call a method named
``__post_init__``, if it is defined on the class. It will be called
as ``self.__post_init__()``. If not ``__init__`` method is generated,
as ``self.__post_init__()``. If no ``__init__`` method is generated,
then ``__post_init__`` will not automatically be called.
Among other uses, this allows for initializing field values that