Skip to content

Commit

Permalink
Merge pull request #3138 from nicksuch/docs-google-python-style-guide
Browse files Browse the repository at this point in the history
Fix broken link to Google's Python style guide
  • Loading branch information
TkTech committed Jun 28, 2016
2 parents 88e1a9c + 0b8f4d4 commit 59d1043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributing/python.rst
Expand Up @@ -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 <http://docs.python-guide.org/en/latest/writing/style/>`_ from Hitchhiker's
- `Google Python Style Guide <http://google-styleguide.googlecode.com/svn/trunk/pyguide.html>`_
- `Google Python Style Guide <https://google.github.io/styleguide/pyguide.html>`_

.. seealso::

Expand Down

0 comments on commit 59d1043

Please sign in to comment.