Skip to content

Commit

Permalink
docs: minor correction to commit-parsing documentation (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-stjm committed Dec 22, 2023
1 parent 8476c85 commit 245e878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/commit-parsing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ Therefore, a custom commit parser could be implemented via:
class MyCommitParser(
semantic_release.CommitParser[semantic_release.ParseResult, MyParserOptions]
):
def parse(self, commit: git.object.commit.Commit) -> semantic_release.ParseResult:
def parse(self, commit: git.objects.commit.Commit) -> semantic_release.ParseResult:
...
.. _angular commit guidelines: https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits
Expand Down

0 comments on commit 245e878

Please sign in to comment.