aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/crossref_importer.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat/crossref_importer.py')
-rw-r--r--python/fatcat/crossref_importer.py2
1 files changed, 1 insertions, 1 deletions
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