Skip to content

Commit acc58b0

Browse files
committed
Spelling
1 parent e1e2f0e commit acc58b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/literature/pubmed_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ def get_all_ids(search_term):
12551255
# Output is divided by new lines
12561256
elements = res.split('\n')
12571257
# The CLI automatically retries on errors, subprocess.getoutput unfortunately
1258-
# adds the error message associated with the rety to the output, so we need
1258+
# adds the error message associated with the retry to the output, so we need
12591259
# to filter out non-numeric elements
12601260
pmids = [e for e in elements if e.isdigit()]
12611261
return pmids

0 commit comments

Comments
 (0)