From 0b8f4d4e480f6d002369876e4e0bcc12557ddb92 Mon Sep 17 00:00:00 2001 From: Nick Such Date: Mon, 27 Jun 2016 13:10:32 -0400 Subject: [PATCH] Fix broken link to Google's Python style guide --- doc/contributing/python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/python.rst b/doc/contributing/python.rst index 58509d4f916..3e178a6aa2f 100644 --- a/doc/contributing/python.rst +++ b/doc/contributing/python.rst @@ -9,7 +9,7 @@ For Python code style follow `PEP 8`_ plus the guidelines below. Some good links about Python code style: - `Guide to Python `_ from Hitchhiker's -- `Google Python Style Guide `_ +- `Google Python Style Guide `_ .. seealso::