Skip to content

Commit b42a9e3

Browse files
committed
chore: fix typo in docstring
Signed-off-by: Nathan Nguyen <[email protected]>
1 parent c96e6b7 commit b42a9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macaron/slsa_analyzer/git_service/base_git_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def load_defaults(self) -> None:
3232
def load_domain(self, section_name: str) -> str | None:
3333
"""Load the domain of the git service from the ini configuration section ``section_name``.
3434
35-
The section may or may not be available in the configuration. In both case,
35+
The section may or may not be available in the configuration. In both cases,
3636
the method should not raise ``ConfigurationError``.
3737
3838
Meanwhile, if the section is present but there is a schema violation (e.g. a key such as

0 commit comments

Comments
 (0)