docs: fix typos
found via `codespell -L copie,datas,pres,fo,tooks,noo,ue,ket,frop`
This commit is contained in:
parent
919c84fb5a
commit
d2ef23fcb4
50 changed files with 69 additions and 69 deletions
|
@ -119,7 +119,7 @@ def _extract_requirements(a: ast.Module) -> Requires:
|
|||
elif isinstance(c, ast.Str):
|
||||
deps.append(c.s)
|
||||
else:
|
||||
raise RuntimeError(f"Expecting string contants only in {REQUIRES} declaration")
|
||||
raise RuntimeError(f"Expecting string constants only in {REQUIRES} declaration")
|
||||
return tuple(deps)
|
||||
return None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue