Skip to content

Commit

Permalink
Nit: Add comment to avoid forgetting about the other regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
unho committed Aug 27, 2014
1 parent e55b556 commit 13b1600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pootle/core/browser.py
Expand Up @@ -23,7 +23,7 @@
from django.utils.translation import ugettext_lazy as _


ITEM_CODE_RE = re.compile("[\.@]")
ITEM_CODE_RE = re.compile("[\.@]") # This must match the regexp in JS code.


HEADING_CHOICES = [
Expand Down

0 comments on commit 13b1600

Please sign in to comment.