diff doc/i18n.txt @ 558:2a6cf641cb5e

Fix typo in i18n doc.
author cmlenz
date Tue, 03 Jul 2007 21:48:11 +0000
parents f38ce008ab0a
children 0fb43dc2e165
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