# HG changeset patch # User palgarvio # Date 1236873513 0 # Node ID 072300df53fc39a32655fcbad50e1128f9e5eb7d # Parent 52492583006aa41e73ab433add0ef2e402623d61 Typo. diff --git a/babel/messages/extract.py b/babel/messages/extract.py --- a/babel/messages/extract.py +++ b/babel/messages/extract.py @@ -499,7 +499,7 @@ else: messages = None - # Comments don't apply unless they immediately preceed the + # Comments don't apply unless they immediately precede the # message if translator_comments and \ translator_comments[-1][0] < message_lineno - 1: