We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62d687 commit d143613Copy full SHA for d143613
bin/prebib
@@ -149,7 +149,7 @@ class PreBib:
149
return filtered_data
150
151
def regex_warn(self, key, data):
152
- """ Warn about common error that can be detected by regex """
+ """ Warn about common errors that can be detected by regex """
153
for (f, v) in data.items():
154
if f == "author": # library splits authors
155
v = u"and".join([ u" ".join(x) for x in v])
0 commit comments