From 522f15b0c6f77d7dc3c66df4a774df4d2965f8e9 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 7 Jun 2021 12:27:45 +0100 Subject: [PATCH] Contributing: 'Coding Conventions' content shouldn't be headers --- Contributing.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Contributing.md b/Contributing.md index 19da9e15..79ccc8b8 100644 --- a/Contributing.md +++ b/Contributing.md @@ -231,11 +231,13 @@ Otherwise, see the [pytest documentation](https://docs.pytest.org/en/stable/cont ## Coding Conventions -### In general, please follow [PEP8](https://www.python.org/dev/peps/pep-0008/) +In general, please follow [PEP8](https://www.python.org/dev/peps/pep-0008/) -### Adhere to the spelling conventions of the libraries and modules used in the project +Adhere to the spelling conventions of the libraries and modules used in the +project. -Yes, this means using 'color' rather than 'colour', and in general will mean US, not British, spellings. +Yes, this means using 'color' rather than 'colour', and in general will mean +US, not British, spellings. ---