changeset 559:0abf559ce086 stable-0.4.x

Port [669] to 0.4.x branch.
author cmlenz
date Tue, 03 Jul 2007 21:49:01 +0000
parents b590da4a45e8
children 6058b239ebad
files doc/i18n.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/i18n.txt
+++ b/doc/i18n.txt
@@ -191,7 +191,7 @@
   from genshi.template import TemplateLoader
   
   def template_loaded(template):
-      template.filters.insert(0, , Translator(translations.ugettext))
+      template.filters.insert(0, Translator(translations.ugettext))
   
   loader = TemplateLoader('templates', callback=template_loaded)
   template = loader.load("...")
Copyright (C) 2012-2017 Edgewall Software