Skip to content

Commit

Permalink
Update broken link
Browse files Browse the repository at this point in the history
-Updated 404 link to an updated link
-Made a few implicit HTTP calls explicit
  • Loading branch information
alanyee authored Jul 5, 2016
1 parent 01f0f70 commit 82c74c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyguide.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<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">
<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">
<HEAD>
<TITLE>Google Python Style Guide</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
Expand Down Expand Up @@ -1104,7 +1104,7 @@ <H3><A name="Function_and_Method_Decorators" id="Function_and_Method_Decorators"
<P class="">
<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>
(a.k.a "the <code>@</code> notation").
The most common decorators are <code>@classmethod</code> and
Expand Down

0 comments on commit 82c74c6

Please sign in to comment.