From 32ab9f040b313ce421620a2df71332e24c425cfc Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 14 Sep 2018 15:45:11 -0700 Subject: small typo --- python/fatcat/crossref_importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/fatcat/crossref_importer.py b/python/fatcat/crossref_importer.py index 38a4bc11..239e6bc1 100644 --- a/python/fatcat/crossref_importer.py +++ b/python/fatcat/crossref_importer.py @@ -40,7 +40,7 @@ class FatcatCrossrefImporter(FatcatImporter): returns a ReleaseEntity """ - # This work is out of scope if it doesn't have authors or a title + # This work is out of scope if it doesn't have authors and a title if (not 'author' in obj) or (not 'title' in obj): return None -- cgit v1.2.3