commit | f35e28154f6ee9269beec6864136dbb9f230af7d | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Tue May 06 16:04:10 2008 +0200 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Tue May 06 16:04:10 2008 +0200 |
tree | a32a51b8f8bff3a7c9cd29b821f2cb659c33a366 | |
parent | c2f3a3b0f1016daa74951a432aeeb067cd8cb803 [diff] [blame] |
some documentation improvements, jinja escapes " and ' now, both into charpoints and no named entities for html 3.2 support ;-) --HG-- branch : trunk
diff --git a/docs/api.rst b/docs/api.rst index fa601dd..0b33a43 100644 --- a/docs/api.rst +++ b/docs/api.rst
@@ -124,7 +124,7 @@ ----------- .. autoclass:: jinja2.runtime.Context - :members: super, get, get_exported, get_all + :members: resolve, get_exported, get_all .. attribute:: parent