From 3083593f4e590fc389267974f5d83373338e71a1 Mon Sep 17 00:00:00 2001 From: Simon Beginn Date: Sat, 3 Oct 2020 11:55:39 +0200 Subject: [PATCH] Added pep ref --- docs/Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Contributing.md b/docs/Contributing.md index dd20518..c9f2c97 100644 --- a/docs/Contributing.md +++ b/docs/Contributing.md @@ -10,5 +10,5 @@ You want to improve this project? Awesome! But before you wirte or modify the ex """ This is a """ multiline comment. ``` -- Wrap lines only if really long (it does not matter 79 chars PEP8) +- Wrap lines only if really long (it does not matter 79 chars, otherwise see [PEP8](https://www.python.org/dev/peps/pep-0008/)) - For the rest a bit as it comes :)