Skip to content

Commit d143613

Browse files
committed
Fix a typo in a comment.
1 parent f62d687 commit d143613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/prebib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class PreBib:
149149
return filtered_data
150150

151151
def regex_warn(self, key, data):
152-
""" Warn about common error that can be detected by regex """
152+
""" Warn about common errors that can be detected by regex """
153153
for (f, v) in data.items():
154154
if f == "author": # library splits authors
155155
v = u"and".join([ u" ".join(x) for x in v])

0 commit comments

Comments
 (0)