Skip to content

Commit 73ad036

Browse files
committed
📝 Correct the get_towncrier_config docstring
Post refactor.
1 parent b19ccc3 commit 73ad036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sphinxcontrib/towncrier/_towncrier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ def get_towncrier_config(
1212
project_path: Path,
1313
final_config_path: Union[Path, None],
1414
) -> Config:
15-
"""Return the towncrier config dictionary."""
15+
"""Return the towncrier config in native format."""
1616
return load_config_from_file(str(project_path), str(final_config_path))

0 commit comments

Comments
 (0)