changeset 2:c6db338d2d64 R0_4

Fix typo in setup.py
author Thinker K.F. Li <thinker@branda.to>
date Wed, 13 Feb 2008 22:37:07 +0800
parents aa384b04f316
children f181a1ba4f9f
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Wed Feb 13 22:34:00 2008 +0800
+++ b/setup.py	Wed Feb 13 22:37:07 2008 +0800
@@ -4,7 +4,7 @@
       version='0.4',
       description='A template engine.',
       long_description='''
-      mez_xm is a template engine.
+      mez_xml is a template engine.
       It generates a Python template module for a XML or XHTML file.''',
       author='Thinker K.F. Li',
       author_email='thinker@branda.to',