Skip to content

Commit

Permalink
📝 Correct the get_towncrier_config docstring
Browse files Browse the repository at this point in the history
Post refactor.
  • Loading branch information
webknjaz committed Dec 23, 2024
1 parent b19ccc3 commit 73ad036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sphinxcontrib/towncrier/_towncrier.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ def get_towncrier_config(
project_path: Path,
final_config_path: Union[Path, None],
) -> Config:
"""Return the towncrier config dictionary."""
"""Return the towncrier config in native format."""
return load_config_from_file(str(project_path), str(final_config_path))

0 comments on commit 73ad036

Please sign in to comment.