Skip to content

Commit 983ed79

Browse files
committed
Merge pull request realpython#541 from elatomo/fix-chameleon-link
Fix rst formatting for chameleon link
2 parents dce73b9 + 06e3bce commit 983ed79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scenarios/web.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ Chameleon
418418
`Chameleon <https://chameleon.readthedocs.org/>`_ Page Templates are an HTML/XML template
419419
engine implementation of the `Template Attribute Language (TAL) <http://en.wikipedia.org/wiki/Template_Attribute_Language>`_,
420420
`TAL Expression Syntax (TALES) <http://chameleon.readthedocs.org/en/latest/reference.html#expressions-tales>`_,
421-
and `Macro Expansion TAL (Metal) <http://chameleon.readthedocs.org/en/latest/reference.html#macros-metal>` syntaxes.
421+
and `Macro Expansion TAL (Metal) <http://chameleon.readthedocs.org/en/latest/reference.html#macros-metal>`_ syntaxes.
422422

423423
Chameleon is available for Python 2.5 and up (including 3.x and pypy), and
424424
is commonly used by the `Pyramid Framework <http://trypyramid.com>`_.

0 commit comments

Comments
 (0)