diff doc/text-templates.txt @ 394:cab6b0256019 trunk

Minor doc fixes.
author cmlenz
date Thu, 28 Dec 2006 17:50:40 +0000
parents 6951db75824e
children 691dd56c0dd0 3eb30e4ece8c
line wrap: on
line diff
--- a/doc/text-templates.txt
+++ b/doc/text-templates.txt
@@ -72,9 +72,10 @@
 
 .. _python: http://www.python.org/
 
-If the expression starts with a letter and contains only letters and digits,
-the curly braces may be omitted. In all other cases, the braces are required
-so that the template processors knows where the expression ends::
+If the expression starts with a letter and contains only letters, digits, dots,
+and underscores, the curly braces may be omitted. In all other cases, the
+braces are required so that the template processor knows where the expression
+ends::
 
   >>> from genshi.template import TextTemplate
   >>> tmpl = TextTemplate('${items[0].capitalize()} item')
Copyright (C) 2012-2017 Edgewall Software