Skip to content

Commit 186de51

Browse files
docs(changelog): Clarify incremental_build comment
The original explanation has some minor grammatical errors.
1 parent df12f52 commit 186de51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commitizen/changelog.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ def get_metadata(filepath: str) -> Dict:
238238
def incremental_build(new_content: str, lines: List, metadata: Dict) -> List:
239239
"""Takes the original lines and updates with new_content.
240240
241-
The metadata holds information enough to remove the old unreleased and
242-
where to place the new content
241+
The metadata governs how to remove the old unreleased section and where to place the
242+
new content.
243243
244244
Args:
245245
lines: The lines from the changelog

0 commit comments

Comments
 (0)