Skip to content

Commit

Permalink
docs(contributing): no longer 1 blank line among top-level items
Browse files Browse the repository at this point in the history
Remove the confusing part about using "*one* blank line between classes and functions...",
as 2 blank lines are actually used, even since 4453dba (1 week later).
  • Loading branch information
pbodnar committed Jan 15, 2023
1 parent 2aef3b7 commit 4b9075a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ things to be aware of:

* mistletoe uses `CamelCase` for classnames, `snake_case` for functions and
methods;
* mistletoe uses *one* blank line between classes and functions, even global
ones, despite PEP8's suggestion to the contrary.
* mistletoe follows the eighty-character rule: if you find your line to be
too lengthy, try giving variable names to expressions, and break it up
that way. That said, it's okay to go over the character limit occasionally.
Expand Down

0 comments on commit 4b9075a

Please sign in to comment.