From 9463850724606589ec2e9ec98424a205d9aa9b64 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 26 Sep 2011 00:41:25 +0200 Subject: [PATCH] Added add_extension method to the public API --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 58ffc9f..ae2295f 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -117,7 +117,7 @@ useful if you want to dig deeper into Jinja2 or :ref:`develop extensions .. autoclass:: Environment([options]) :members: from_string, get_template, select_template, get_or_select_template, join_path, extend, compile_expression, - compile_templates, list_templates + compile_templates, list_templates, add_extension .. attribute:: shared -- 2.26.2