again documentation updates fixed another python 2.4 bug.  Imports are not evaluated with the template context any longer which makes it possible to keep them in memory

--HG--
branch : trunk
diff --git a/docs/api.rst b/docs/api.rst
index 7dacf36..18ef9a2 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -83,7 +83,7 @@
 
 
 .. autoclass:: jinja2.Template
-    :members: render, stream, generate, include
+    :members: render, stream, generate, module
 
 
 .. autoclass:: jinja2.environment.TemplateStream