From aa2c05c993c680c5d2456e3d73ca224122f4001d Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 23 May 2003 10:23:00 +0000 Subject: another day, another checkin svn:r38 --- BibTeX.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BibTeX.py') diff --git a/BibTeX.py b/BibTeX.py index fadfd53..fad8d19 100644 --- a/BibTeX.py +++ b/BibTeX.py @@ -302,7 +302,8 @@ class BibTeXEntry: if self.type == 'inproceedings': if self.get("booktitle"): - if not self['booktitle'].startswith("Proceedings of"): + if not self['booktitle'].startswith("Proceedings of") and \ + not self['booktitle'].startswith("{Proceedings of"): errs.append("ERROR: %s's booktitle doesn't start with 'Proceedings'" % self.key) for field, value in self.entries.items(): -- cgit v1.2.3-70-g09d2