Merge pull request #153 from alanyee/gh-pages

Update broken link
This commit is contained in:
Eric Anderson 2017-08-07 14:14:44 -07:00 committed by GitHub
commit 77f7f28d31

View File

@ -1104,7 +1104,7 @@ No: <span class="external"></span>def foo(a, b=FLAGS.my_thing): # sys.argv has
<P class=""> <P class="">
<SPAN class="stylepoint_section">Definition: </SPAN> <SPAN class="stylepoint_section">Definition: </SPAN>
<a HREF="https://www.python.org/doc/2.4.3/whatsnew/node6.html">Decorators <a HREF="https://www.python.org/dev/peps/pep-0318">Decorators
for Functions and Methods</a> for Functions and Methods</a>
(a.k.a "the <code>@</code> notation"). (a.k.a "the <code>@</code> notation").
The most common decorators are <code>@classmethod</code> and The most common decorators are <code>@classmethod</code> and