Skip to content

Commit

Permalink
Like back, consider a function long from 88 chars.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed Dec 13, 2024
1 parent 6784e4c commit 78f73b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydoctor/templatewriter/pages/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def format_class_signature(cls: model.Class) -> "Flattenable":
r.append(')')
return r

LONG_SIGNATURE = 120 # this doesn't acount for the 'def ' and the ending ':'
LONG_SIGNATURE = 88 # this doesn't acount for the 'def ' and the ending ':'
"""
Maximum size of a function definition to be rendered on a single line.
The multiline formatting is only applied at the CSS level to stay customizable.
Expand Down

0 comments on commit 78f73b9

Please sign in to comment.