Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beatreichenbach authored and relekang committed Feb 14, 2024
1 parent bbbbfeb commit b240e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semantic_release/hvcs/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def create_release(
def get_release_id_by_tag(self, tag: str) -> int | None:
"""
Given a Git tag, return the ID (as the remote VCS defines it) of a corresponding
release in the remove VCS, if supported
release in the remote VCS, if supported
"""
_not_supported(self, "get_release_id_by_tag")
return None
Expand Down

0 comments on commit b240e12

Please sign in to comment.