diff --git a/docs/contributing/python-style-guide.rst b/docs/contributing/python-style-guide.rst
--- a/docs/contributing/python-style-guide.rst
+++ b/docs/contributing/python-style-guide.rst
@@ -57,10 +57,10 @@
* docstrings should produce a nice API documentation when run through
`Sphinx `_, in particular:
* docstrings should be written in
- `reStructuredText `_
+ `reStructuredText `_
* docstrings should use the
- `Napoleon style `_
+ `Napoleon style `_
(Google variant) to document arguments, return values, etc.
-* see also: a `comprehensive style example `_
+* see also: a `comprehensive style example `_
* see also: :ref:`sphinx-gotchas`