Wording tweak
This commit is contained in:
parent
f61f36079f
commit
31ea3d0f38
|
@ -81,7 +81,7 @@ decorators are being added.
|
||||||
Why Is This So Hard?
|
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
|
been available in Python since version 2.2. It's been assumed since
|
||||||
approximately that time that some syntactic support for them would
|
approximately that time that some syntactic support for them would
|
||||||
eventually be added to the language. Given this assumption, one might
|
eventually be added to the language. Given this assumption, one might
|
||||||
|
|
Loading…
Reference in New Issue