Skip to content

Commit

Permalink
WIP misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gilch committed Sep 29, 2024
1 parent 94621a5 commit 4f21211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/style_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ so the requisite function becomes easily expressible.
Function definition bodies should be no more than 10 lines,
and usually no more than 5.
That's not counting docstrings, comments, or assertions.
(`Params` aren't in the body.)
(:term:`Params` aren't in the body.)

This rule doesn't apply to imperative scripts used near the top of the call stack
(main, or similar entry points)
Expand Down

0 comments on commit 4f21211

Please sign in to comment.