Minor typo

This commit is contained in:
Jesus Cea 2009-07-02 15:58:38 +00:00
parent c156881919
commit 0bc2d1c874
1 changed files with 1 additions and 1 deletions

View File

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