Fix grammar in PEP 557 (GH-519)
"No init method", instead of "not init method".
This commit is contained in:
parent
8ba5d20a21
commit
20d684c243
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue