1
0
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:
umair mehmood 2024-03-11 00:05:15 +05:00 committed by GitHub
parent a7baa874d8
commit 4114179ca7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)