Skip to content

Commit 2aa7360

Browse files
committed
Cleanup.
1 parent 93fc32f commit 2aa7360

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/scenarios/web.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,12 +418,10 @@ Chameleon
418418
---------
419419
`Chameleon <https://chameleon.readthedocs.org/>`_ is an HTML/XML template engine for Python. It’s designed to generate the document output of a web application, typically HTML markup or XML.
420420

421-
The language used is page templates, originally a Zope invention [1], but available here as a standalone library that you can use in any script or application running Python 2.5 and up (including 3.x and pypy). It comes with a set of new features, too.
421+
The language used is page templates, originally a Zope invention, but available here as a standalone library that you can use in any script or application running Python 2.5 and up (including 3.x and pypy). It comes with a set of new features, too.
422422

423423
The template engine compiles templates into Python byte-code and is optimized for speed. For a complex template language, the performance is very good.
424424

425-
Here is an example of a template tags in Chameleon:
426-
427425
The *page templates* language is used within your document structure
428426
as special element attributes and text markup. Using a set of simple
429427
language constructs, you control the document flow, element

0 commit comments

Comments
 (0)