From 0ac7b075f76b3989fe9eb763b73bab827c9deccd Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 25 Dec 2009 06:44:37 +0000 Subject: Fix syntax errors found via manuel, and add manuel-style markers to prevent untestable code blocks from being tested. --- docs/api/chameleon_text.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/api/chameleon_text.rst') diff --git a/docs/api/chameleon_text.rst b/docs/api/chameleon_text.rst index f56caeda9..51e5fc58c 100644 --- a/docs/api/chameleon_text.rst +++ b/docs/api/chameleon_text.rst @@ -22,9 +22,10 @@ view file, use the ``as`` feature of the Python import statement, e.g.: .. code-block:: python + :linenos: - from repoze.chameleon_zpt import render_template as zpt_render - from repoze.chameleon_text import render_template as text_render + from repoze.bfg.chameleon_zpt import render_template as zpt_render + from repoze.bfg.chameleon_text import render_template as text_render -- cgit v1.2.3