Skip to content

Commit

Permalink
docs: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
engisalor committed Jun 18, 2024
1 parent 5f51358 commit fc43853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corpusama/source/reliefweb.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def get_pdfs(self, min: int = 0, max: int = 0, wait: int = 5) -> None:
Notes:
- Compares file sizes of downloaded PDFs with Database _pdf.filesize values
and if changed re-downloads file.
-Set min and max to run small tests or start from a certain index to ignore
- Set min and max to run small tests or start from a certain index to ignore
already downloaded content.
"""
df = pd.read_sql("SELECT * from _pdf", self.db.conn)
Expand Down

0 comments on commit fc43853

Please sign in to comment.