aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/harvest
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-24 15:45:33 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-24 15:45:33 -0800
commit5d3e62f757e968d28e90bdc4f0abe2ee07a09f3f (patch)
treecd0c96aad17b6f823a145cccc82316dce5aaae6f /python/fatcat_tools/harvest
parente58d5760b8d51d4e4085ac9ae06364b461d11ce0 (diff)
downloadfatcat-5d3e62f757e968d28e90bdc4f0abe2ee07a09f3f.tar.gz
fatcat-5d3e62f757e968d28e90bdc4f0abe2ee07a09f3f.zip
codespell fixes in python code (comments)
Diffstat (limited to 'python/fatcat_tools/harvest')
-rw-r--r--python/fatcat_tools/harvest/pubmed.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/harvest/pubmed.py b/python/fatcat_tools/harvest/pubmed.py
index 560427fb..78b1755b 100644
--- a/python/fatcat_tools/harvest/pubmed.py
+++ b/python/fatcat_tools/harvest/pubmed.py
@@ -279,7 +279,7 @@ def ftpretr(
"ftp://ftp.ncbi.nlm.nih.gov/pubmed/updatefiles/pubmed20n1016.xml.gz") to a
local temporary file. Returns the name of the local, closed temporary file.
- It is the reponsibility of the caller to cleanup the temporary file.
+ It is the responsibility of the caller to cleanup the temporary file.
Implements a basic retry mechanism, e.g. that became an issue in 08/2021,
when we encountered EOFError while talking to the FTP server. Retry delay in seconds.