mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Fix markdown bold fail
This commit is contained in:
parent
1a25b3d7cd
commit
9bc369f5a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue