diff --git a/pyguide.html b/pyguide.html index af48fa5..6987f2b 100644 --- a/pyguide.html +++ b/pyguide.html @@ -1104,7 +1104,7 @@ No: def foo(a, b=FLAGS.my_thing): # sys.argv has
Definition:
- Decorators
+ Decorators
for Functions and Methods
(a.k.a "the @
notation").
The most common decorators are @classmethod
and