Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 5cf4fd0

Browse files
author
William McLendon
committed
Update CONTRIBUTING.md
1 parent fe33b7e commit 5cf4fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ before making a change.
88
Code Style
99
----------
1010
Please adhere to PEP8 style guidelines unless called out in this document.
11-
1. Add 3 lines of whitespace between classes.
12-
2. Add 2 lines of whitespace between methods within classes or free-functions.
11+
1. Add 3 lines of whitespace between classes and free functions.
12+
2. Prefer 2 lines of whitespace between methods within classes.
1313
3. Prefer all methods in classes should have an explicit `return` statement.
1414
4. All `pytest` tests shoud `return 0` if the test is successful.
1515
5. Conform to Google-style docstrings except for where it might break Sphinx

0 commit comments

Comments
 (0)