Skip to content

Commit 7758bfb

Browse files
committed
Clarify docstring
1 parent 35991e6 commit 7758bfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pdfbaker/document.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def _load_config(self) -> dict[str, Any]:
121121
raise PDFBakeError(f"Failed to load config file: {exc}") from exc
122122

123123
def setup_directories(self) -> None:
124-
"""Set up document directories."""
124+
"""Set up output directories."""
125125
self.build_dir.mkdir(parents=True, exist_ok=True)
126126
self.dist_dir.mkdir(parents=True, exist_ok=True)
127127

0 commit comments

Comments
 (0)