Skip to content

Commit

Permalink
DOC: typo in docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Tang-Kong <35379409+tangkong@users.noreply.github.com>
  • Loading branch information
ZLLentz and tangkong authored Aug 28, 2024
1 parent 0a6366d commit 6522242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release_notes_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def main(env_name='pcds', reference='master'):
reverse_deps_cache = build_reverse_deps_cache(added_pkgs)

showed_update = False
# First, show added packages (exiting!)
# First, show added packages (exciting!)
# Split based on what pkg_resources knows about dependencies
added_reqs = {
pkg for pkg in added_pkgs if len(reverse_deps_cache[pkg]) > 0
Expand Down

0 comments on commit 6522242

Please sign in to comment.