diff --git a/doc/tags/types.rst b/doc/tags/types.rst index a2924802fd..a4e4a6c106 100644 --- a/doc/tags/types.rst +++ b/doc/tags/types.rst @@ -15,9 +15,6 @@ The ``types`` tag declares the types of template variables. included from multiple different places, each potentially having different variable types. -To do this, specify a :ref:`mapping ` of names to their types -as strings. - Here is how to declare that ``is_correct`` is a boolean, while ``score`` is a number (see note below):