changeset 169:ff2df4c980fb trunk

Typo fix.
author palgarvio
date Fri, 22 Jun 2007 16:58:39 +0000
parents 62b8e2a8caad
children 3f9d9268537d
files babel/messages/frontend.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/babel/messages/frontend.py
+++ b/babel/messages/frontend.py
@@ -52,7 +52,7 @@
 
         setup(
             ...
-            cmdclass = {'new_catalog': compile_catalog}
+            cmdclass = {'compile_catalog': compile_catalog}
         )
 
     :see: `Integrating new distutils commands <http://docs.python.org/dist/node32.html>`_
Copyright (C) 2012-2017 Edgewall Software