Skip to content

Commit

Permalink
fix typo in noxfile docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Mar 16, 2024
1 parent f367871 commit 9adc9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def get_version_key(path: pathlib.Path) -> int:

def get_versions() -> list[str]:
"""
"Almost" a copy of b2/_internalg/version_listing.py:get_versions(), because importing
"Almost" a copy of b2/_internal/version_listing.py:get_versions(), because importing
the file directly seems impossible from the noxfile.
"""
# This sorting ensures that:
Expand Down

0 comments on commit 9adc9ed

Please sign in to comment.