Skip to content

Commit 74c9ebc

Browse files
committed
ilri/util.py: fix comment
1 parent 95a1367 commit 74c9ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ilri/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def db_connect(
107107
def read_dois_from_file(input_file) -> list:
108108
"""Read DOIs from a file.
109109
110-
DOIs should be one per line with either http, https, dx.doi.org, doig.org
110+
DOIs should be one per line with either http, https, dx.doi.org, doi.org
111111
or just the DOI itself. Anything other than the DOI will be stripped.
112112
113113
:param input_file: a file handle (class _io.TextIOWrapper ???).

0 commit comments

Comments
 (0)