Skip to content

Commit

Permalink
Fix broken link to Google's Python style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksuch committed Jun 27, 2016
1 parent 88e1a9c commit 0b8f4d4
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 0b8f4d4

Please sign in to comment.