doc: spelling fixes

This commit is contained in:
purarue 2024-11-20 00:03:40 -08:00
parent ad55c5c345
commit 023074b9d3
22 changed files with 27 additions and 27 deletions

View file

@ -81,7 +81,7 @@ def _parse_one(p: Path) -> Iterator[Res[Competition]]:
# but also expects cooperation from .make method (e.g. popping items from the dict)
# could also wrap in helper and pass to .make .. not sure
# an argument could be made that .make isn't really a class methond..
# it's pretty specific to this parser onl
# it's pretty specific to this parser only
yield from Competition.make(j=c)
yield from m.check()