Skip to content

Commit

Permalink
- Clean up PR #1163
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Feb 10, 2014
1 parent 561a7ed commit 039d12a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/quick_tour.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,10 @@ Pyramid doesn't mandate a particular database system, form library,
etc. It encourages replaceability. This applies equally to templating,
which is fortunate: developers have strong views about template
languages. That said, the Pylons Project officially supports bindings for
Chameleon, Jinja2 and Mako, so in this step, let's use Chameleon as an
example:
Chameleon, Jinja2, and Mako, so in this step, let's use Chameleon.

Let's add ``pyramid_chameleon``,
a Pyramid :term:`add-on` which enables Chameleon as a :term:`renderer` in
our Pyramid applications:
Let's add ``pyramid_chameleon``, a Pyramid :term:`add-on` which enables
Chameleon as a :term:`renderer` in our Pyramid applications:

.. code-block:: bash
Expand Down

0 comments on commit 039d12a

Please sign in to comment.