Skip to content

Commit f9a330f

Browse files
Rohan5commitcodex
andauthored
docs: fix SHA wording in git backend comment (#10843)
Co-authored-by: Codex <codex@openai.com>
1 parent b624543 commit f9a330f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/poetry/vcs/git/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def _normalise(self, remote_refs: FetchPackResult, repo: Repo) -> None:
147147

148148
def _set_head(self, remote_refs: FetchPackResult, repo: Repo) -> None:
149149
"""
150-
Internal helper method to populate ref and set it's sha as the remote's head
150+
Internal helper method to populate ref and set its SHA as the remote's head
151151
and default ref.
152152
"""
153153
self.ref = remote_refs.symrefs[Ref(b"HEAD")]

0 commit comments

Comments
 (0)