From 0bc2d1c874876ba41dad572c4aa118410bd12c49 Mon Sep 17 00:00:00 2001 From: Jesus Cea Date: Thu, 2 Jul 2009 15:58:38 +0000 Subject: [PATCH] Minor typo --- pep-3129.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3129.txt b/pep-3129.txt index da80168be..1bbcdd97d 100644 --- a/pep-3129.txt +++ b/pep-3129.txt @@ -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