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
|
@ -79,7 +79,7 @@ class Annotation(NamedTuple):
|
|||
def _as_annotation(*, raw: pdfannots.Annotation, path: str) -> Annotation:
|
||||
d = vars(raw)
|
||||
pos = raw.pos
|
||||
# make mypy happy (pos alwasy present for Annotation https://github.com/0xabu/pdfannots/blob/dbdfefa158971e1746fae2da139918e9f59439ea/pdfannots/types.py#L302)
|
||||
# make mypy happy (pos always present for Annotation https://github.com/0xabu/pdfannots/blob/dbdfefa158971e1746fae2da139918e9f59439ea/pdfannots/types.py#L302)
|
||||
assert pos is not None
|
||||
d['page'] = pos.page.pageno
|
||||
return Annotation(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue