From 5d3e62f757e968d28e90bdc4f0abe2ee07a09f3f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 24 Nov 2021 15:45:33 -0800 Subject: codespell fixes in python code (comments) --- python/fatcat_tools/harvest/pubmed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_tools/harvest') 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. -- cgit v1.2.3