diff --git a/pyguide.html b/pyguide.html index af48fa5..719b526 100644 --- a/pyguide.html +++ b/pyguide.html @@ -1,4 +1,4 @@ - + Google Python Style Guide @@ -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