mirror of
https://github.com/django/django.git
synced 2025-06-08 04:59:13 +00:00
Removed obsolete comment in if tag.
The double equals operator was removed in 2ccfac1a651ff35cd243cd272b2202ae1ccd5740.
This commit is contained in:
parent
4bb3ddbcc6
commit
2956e2f5e3
@ -88,8 +88,6 @@ def prefix(bp, func):
|
|||||||
|
|
||||||
|
|
||||||
# Operator precedence follows Python.
|
# Operator precedence follows Python.
|
||||||
# NB - we can get slightly more accurate syntax error messages by not using the
|
|
||||||
# same object for '==' and '='.
|
|
||||||
# We defer variable evaluation to the lambda to ensure that terms are
|
# We defer variable evaluation to the lambda to ensure that terms are
|
||||||
# lazily evaluated using Python's boolean parsing logic.
|
# lazily evaluated using Python's boolean parsing logic.
|
||||||
OPERATORS = {
|
OPERATORS = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user