aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst
index ff0e3b21..8672a42c 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -322,7 +322,7 @@ unable to look up a name or access an attribute one of those objects is
created and returned. Some operations on undefined values are then allowed,
others fail.
-The closest to regular Python behavior is the `StrictUndefined` which
+The closest to regular Python behavior is the :class:`StrictUndefined` which
disallows all operations beside testing if it's an undefined object.
.. autoclass:: jinja2.Undefined()
@@ -353,6 +353,8 @@ disallows all operations beside testing if it's an undefined object.
:attr:`_undefined_exception` with an error message generated
from the undefined hints stored on the undefined object.
+.. autoclass:: jinja2.ChainableUndefined()
+
.. autoclass:: jinja2.DebugUndefined()
.. autoclass:: jinja2.StrictUndefined()