We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35f3f4 commit bce23a3Copy full SHA for bce23a3
1 file changed
src/pdfbaker/config.py
@@ -120,6 +120,6 @@ def render(self) -> dict[str, Any]:
120
)
121
122
def pretty(self, max_string=60) -> str:
123
- """Pretty print a configuration dictionary (for debugging)."""
+ """Return readable presentation (for debugging)."""
124
truncated = _truncate_strings(self, max_string)
125
return pprint.pformat(truncated, indent=2)
0 commit comments