mirror of
https://github.com/django/django.git
synced 2025-01-22 08:10:28 +00:00
Fixed #35286 -- Updated broken link in django/template/smartif.py docstring.
This commit is contained in:
parent
a7baa874d8
commit
4114179ca7
@ -3,7 +3,7 @@ Parser and utilities for the smart 'if' tag
|
||||
"""
|
||||
|
||||
# Using a simple top down parser, as described here:
|
||||
# http://effbot.org/zone/simple-top-down-parsing.htm.
|
||||
# https://11l-lang.org/archive/simple-top-down-parsing/
|
||||
# 'led' = left denotation
|
||||
# 'nud' = null denotation
|
||||
# 'bp' = binding power (left = lbp, right = rbp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user