Skip to content

Commit

Permalink
Update comment in registry.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed May 13, 2024
1 parent 29dbda7 commit 595dcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mepo/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __validate(self, d):
xsection = git_tag_types.intersection(set(v.keys()))
if len(xsection) != 1:
raise ValueError(f"{k} needs one and only one of {git_tag_types}")
# Can have only one fixture
# Can have one and only one fixture
assert num_fixtures == 1

def read_file(self):
Expand Down

0 comments on commit 595dcc7

Please sign in to comment.