Skip to content

Commit a5a4b77

Browse files
committed
fix(doc): use the right syntax for links in md
The link to PEP-8 is now fixed. Signed-off-by: François Magimel <francois.magimel@ovhcloud.com>
1 parent 7d1496c commit a5a4b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pay attention to a few things:
1111

1212
# Coding and documentation Style
1313

14-
- The coding style follows [PEP-8: Style Guide for Python Code][https://www.python.org/dev/peps/pep-0008/] (~100 chars/lines is a good limit)
14+
- The coding style follows [PEP-8: Style Guide for Python Code](https://www.python.org/dev/peps/pep-0008/) (~100 chars/lines is a good limit)
1515
- The documentation style follows [PEP-257: Docstring Conventions](https://www.python.org/dev/peps/pep-0257/)
1616

1717
A good practice is to frequently run you code through `tox -e lint`.

0 commit comments

Comments
 (0)