Add missing whitespace to README

This commit is contained in:
Jakub Warmuz 2014-11-29 22:12:20 +01:00
parent 49413cb9d2
commit f116a8fc8e

View file

@ -74,7 +74,7 @@ style](#coding-style)**. The following tools are there to help you:
Most importantly, **be consistent with the rest of the code**, please.
1. Read [PEP 8 - Style Guide for PythonCode]
1. Read [PEP 8 - Style Guide for Python Code]
(https://www.python.org/dev/peps/pep-0008).
2. Follow [Google Python Style Guide]