summaryrefslogtreecommitdiff
path: root/mako/ext/extract.py
diff options
context:
space:
mode:
Diffstat (limited to 'mako/ext/extract.py')
-rw-r--r--mako/ext/extract.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mako/ext/extract.py b/mako/ext/extract.py
index 8dd2e96..d777ea8 100644
--- a/mako/ext/extract.py
+++ b/mako/ext/extract.py
@@ -68,7 +68,7 @@ class MessageExtractor(object):
else:
continue
- # Comments don't apply unless they immediately preceed the message
+ # Comments don't apply unless they immediately precede the message
if translator_comments and \
translator_comments[-1][0] < node.lineno - 1:
translator_comments = []