Minor typo
This commit is contained in:
parent
c156881919
commit
0bc2d1c874
|
@ -65,7 +65,7 @@ For a detailed examination of decorators, please refer to PEP 318.
|
|||
Implementation
|
||||
==============
|
||||
|
||||
Adapating Python's grammar to support class decorators requires
|
||||
Adapting Python's grammar to support class decorators requires
|
||||
modifying two rules and adding a new rule::
|
||||
|
||||
funcdef: [decorators] 'def' NAME parameters ['->' test] ':' suite
|
||||
|
|
Loading…
Reference in New Issue