changeset 169:792510b0c77c

Typo fix.
author palgarvio
date Fri, 22 Jun 2007 16:58:39 +0000
parents 16d9c5fa593f
children 804af3799b18
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