Fix markdown bold fail

This commit is contained in:
Jakub Warmuz 2014-11-29 22:10:30 +01:00
parent 1a25b3d7cd
commit 9bc369f5a9

View file

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