Wording tweak

This commit is contained in:
Andrew M. Kuchling 2004-08-25 13:47:29 +00:00
parent f61f36079f
commit 31ea3d0f38
1 changed files with 1 additions and 1 deletions

View File

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