Skip to content

Commit

Permalink
Update src/py/flwr_tool/update_changelog.py
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Steiner <[email protected]>
  • Loading branch information
charlesbvll and Robert-Steiner authored Dec 6, 2023
1 parent 6801c82 commit 5adf83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr_tool/update_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def _insert_entry_no_desc(content, pr_reference, unreleased_index):


def main():
"""Updaet changelog using the descriptions of PRs since the latest tag."""
"""Update changelog using the descriptions of PRs since the latest tag."""
# Initialize GitHub Client with provided token (as argument)
gh_api = Github(argv[1])
latest_tag = _get_latest_tag(gh_api)
Expand Down

0 comments on commit 5adf83c

Please sign in to comment.