From 82c74c641a23f5fc0faf5195ad708a217ea15347 Mon Sep 17 00:00:00 2001 From: Alan Yee Date: Tue, 5 Jul 2016 09:40:10 -0700 Subject: [PATCH] Update broken link -Updated 404 link to an updated link -Made a few implicit HTTP calls explicit --- pyguide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyguide.html b/pyguide.html index af48fa55b..719b52648 100644 --- a/pyguide.html +++ b/pyguide.html @@ -1,4 +1,4 @@ - + Google Python Style Guide @@ -1104,7 +1104,7 @@

Definition: - Decorators + Decorators for Functions and Methods (a.k.a "the @ notation"). The most common decorators are @classmethod and