docs: fix typos
found via `codespell -L copie,datas,pres,fo,tooks,noo,ue,ket,frop`
This commit is contained in:
parent
347cd1ef77
commit
2447911040
50 changed files with 69 additions and 69 deletions
|
@ -102,7 +102,7 @@ def _handle_db(db: sqlite3.Connection) -> Iterator[Res[_Entity]]:
|
|||
try:
|
||||
yield _parse_person(row)
|
||||
except Exception as e:
|
||||
# todo attach error contex?
|
||||
# todo attach error context?
|
||||
yield e
|
||||
|
||||
for row in db.execute('SELECT * FROM match'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue