Skip to content

Commit 2bdad18

Browse files
authored
Update CONTRIBUTING.md
fix readme linting errors
1 parent 78f9f0b commit 2bdad18

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ used in the code (the list will evolve over time):
5959
functions) should use keyword only arguments for increased clarity. Private
6060
module/ class functions may optionally use positional arguments for enhanced
6161
execution speed.
62-
62+
6363
## Tests
6464

6565
- In tests, preferable use parameterization instead of a for loop in the test
@@ -85,4 +85,3 @@ used in the code (the list will evolve over time):
8585

8686
- Use passive language in documentation.
8787
- The maximum line length is 80 in the documentation.
88-

0 commit comments

Comments
 (0)