Skip to content

Commit 82c74c6

Browse files
authored
Update broken link
-Updated 404 link to an updated link -Made a few implicit HTTP calls explicit
1 parent 01f0f70 commit 82c74c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyguide.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<HTML xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcq="http://purl.org/dc/qualifiers/1.0/" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:fn="http://www.w3.org/2005/xpath-functions">
1+
<HTML xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcq="http://purl.org/dc/qualifiers/1.0/" xmlns:fo="https://www.w3.org/1999/XSL/Format" xmlns:fn="https://www.w3.org/2005/xpath-functions">
22
<HEAD>
33
<TITLE>Google Python Style Guide</TITLE>
44
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -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)