Skip to content

Commit bce23a3

Browse files
committed
Better docstring
1 parent e35f3f4 commit bce23a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pdfbaker/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ def render(self) -> dict[str, Any]:
120120
)
121121

122122
def pretty(self, max_string=60) -> str:
123-
"""Pretty print a configuration dictionary (for debugging)."""
123+
"""Return readable presentation (for debugging)."""
124124
truncated = _truncate_strings(self, max_string)
125125
return pprint.pformat(truncated, indent=2)

0 commit comments

Comments
 (0)