diff --git a/src/calibre/utils/bibtex.py b/src/calibre/utils/bibtex.py index e86be3ffa2..18bd6a4e81 100644 --- a/src/calibre/utils/bibtex.py +++ b/src/calibre/utils/bibtex.py @@ -2902,7 +2902,7 @@ class BibTeX: """ return self.utf8ToBibtex(u' and '.join([author for author in item])) - def stripUnmatchedSyntax(text, open_character, close_character): + def stripUnmatchedSyntax(self, text, open_character, close_character): """ Strips unmatched BibTeX syntax """