From 31ea3d0f380bfb2497852f8363d78f3392d0fd75 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 25 Aug 2004 13:47:29 +0000 Subject: [PATCH] Wording tweak --- pep-0318.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0318.txt b/pep-0318.txt index 507590493..ca0730bd0 100644 --- a/pep-0318.txt +++ b/pep-0318.txt @@ -81,7 +81,7 @@ decorators are being added. Why Is This So Hard? -------------------- -A couple decorators (``classmethod()`` and ``staticmethod()``) have +Two decorators (``classmethod()`` and ``staticmethod()``) have been available in Python since version 2.2. It's been assumed since approximately that time that some syntactic support for them would eventually be added to the language. Given this assumption, one might