We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a1367 commit 74c9ebcCopy full SHA for 74c9ebc
ilri/util.py
@@ -107,7 +107,7 @@ def db_connect(
107
def read_dois_from_file(input_file) -> list:
108
"""Read DOIs from a file.
109
110
- DOIs should be one per line with either http, https, dx.doi.org, doig.org
+ DOIs should be one per line with either http, https, dx.doi.org, doi.org
111
or just the DOI itself. Anything other than the DOI will be stripped.
112
113
:param input_file: a file handle (class _io.TextIOWrapper ???).
0 commit comments