aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-09-14 15:45:11 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-09-14 15:45:11 -0700
commit32ab9f040b313ce421620a2df71332e24c425cfc (patch)
treef94ea6f1bac92f423aa0a22f4676950c20787312 /python
parent8b2c46c4d578ba4129316a07dd1e3981520b8921 (diff)
downloadfatcat-32ab9f040b313ce421620a2df71332e24c425cfc.tar.gz
fatcat-32ab9f040b313ce421620a2df71332e24c425cfc.zip
small typo
Diffstat (limited to 'python')
-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