summaryrefslogtreecommitdiff
path: root/docs/nativetypes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nativetypes.rst')
-rw-r--r--docs/nativetypes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/nativetypes.rst b/docs/nativetypes.rst
index a5258aa..1a08700 100644
--- a/docs/nativetypes.rst
+++ b/docs/nativetypes.rst
@@ -1,11 +1,11 @@
-.. module:: jinja.nativetypes
+.. module:: jinja2.nativetypes
.. _nativetypes:
Native Python Types
===================
-The default :class:`~jinja.Environment` renders templates to strings. With
+The default :class:`~jinja2.Environment` renders templates to strings. With
:class:`NativeEnvironment`, rendering a template produces a native Python type.
This is useful if you are using Jinja outside the context of creating text
files. For example, your code may have an intermediate step where users may use