diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-24 15:45:33 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-24 15:45:33 -0800 |
commit | 5d3e62f757e968d28e90bdc4f0abe2ee07a09f3f (patch) | |
tree | cd0c96aad17b6f823a145cccc82316dce5aaae6f /python/fatcat_tools/harvest | |
parent | e58d5760b8d51d4e4085ac9ae06364b461d11ce0 (diff) | |
download | fatcat-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.py | 2 |
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. |