docs: fix typos

found via `codespell -L copie,datas,pres,fo,tooks,noo,ue,ket,frop`
This commit is contained in:
Kian-Meng Ang 2023-03-26 17:10:33 +08:00
parent 347cd1ef77
commit 2447911040
50 changed files with 69 additions and 69 deletions

View file

@ -77,7 +77,7 @@ def entries() -> Iterable[Entry]:
if len(inps) == 0:
cmds = [base] # rely on default
else:
# otherise, 'merge' them
# otherwise, 'merge' them
cmds = [base + ['--logfile', f] for f in inps]
import ijson.backends.yajl2_cffi as ijson # type: ignore