Skip to content

Commit 3c75db2

Browse files
committed
Fix comment typos
1 parent d4dc945 commit 3c75db2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

indra/literature/pmc_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def _extract_from_pmc_ocr(tree):
279279
continue
280280

281281
text = "".join(pre.itertext())
282-
# Remove xml BOM and unify newline format
282+
# Remove xml BOM and unify newline formats
283283
text = text.replace("\ufeff", "")
284284
text = text.replace("\r\n", "\n").replace("\r", "\n")
285285

0 commit comments

Comments
 (0)