diff options
Diffstat (limited to 'docs/api/chameleon_text.rst')
| -rw-r--r-- | docs/api/chameleon_text.rst | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
