From 82c74c641a23f5fc0faf5195ad708a217ea15347 Mon Sep 17 00:00:00 2001 From: Alan Yee Date: Tue, 5 Jul 2016 09:40:10 -0700 Subject: [PATCH 1/2] 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 From 557974758d950e1c47dea3aae2290d6e8b02712f Mon Sep 17 00:00:00 2001 From: Alan Yee Date: Fri, 8 Jul 2016 13:25:17 -0700 Subject: [PATCH 2/2] Revert HTTPS changes --- pyguide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyguide.html b/pyguide.html index 719b52648..6987f2b68 100644 --- a/pyguide.html +++ b/pyguide.html @@ -1,4 +1,4 @@ - + Google Python Style Guide