Skip to content

Commit 77f7f28

Browse files
authored
Merge pull request google#153 from alanyee/gh-pages
Update broken link
2 parents 6c8669e + 5579747 commit 77f7f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyguide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ <H3><A name="Function_and_Method_Decorators" id="Function_and_Method_Decorators"
11041104
<P class="">
11051105
<SPAN class="stylepoint_section">Definition: </SPAN>
11061106

1107-
<a HREF="https://www.python.org/doc/2.4.3/whatsnew/node6.html">Decorators
1107+
<a HREF="https://www.python.org/dev/peps/pep-0318">Decorators
11081108
for Functions and Methods</a>
11091109
(a.k.a "the <code>@</code> notation").
11101110
The most common decorators are <code>@classmethod</code> and

0 commit comments

Comments
 (0)