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
|
@ -58,7 +58,7 @@ def items() -> Iterator[Res[Item]]:
|
|||
type=r['type'],
|
||||
created=datetime.fromtimestamp(r['time']),
|
||||
title=r['title'],
|
||||
# todo hmm maybe a method to stip off html tags would be nice
|
||||
# todo hmm maybe a method to strip off html tags would be nice
|
||||
text_html=r['text'],
|
||||
url=r['url'],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue