Skip to content

Commit 93fc32f

Browse files
committed
Typos
1 parent fa446e1 commit 93fc32f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/scenarios/web.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -416,16 +416,13 @@ into the corresponding block in the :file:`base.html` page.
416416

417417
Chameleon
418418
---------
419-
`Chameleon <https://chameleon.readthedocs.org/>`_ is a template engine which is similar to
420-
the Chameleon is an HTML/XML template engine for Python.
421-
422-
It’s designed to generate the document output of a web application, typically HTML markup or XML.
419+
`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.
423420

424421
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.
425422

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

428-
Here is an example of a template tags in Chameloen:
425+
Here is an example of a template tags in Chameleon:
429426

430427
The *page templates* language is used within your document structure
431428
as special element attributes and text markup. Using a set of simple

0 commit comments

Comments
 (0)