comparison babel/messages/frontend.py @ 171:d8106be26e52

Typo fix.
author palgarvio
date Fri, 22 Jun 2007 16:58:39 +0000
parents 533baef258bb
children 91396d14e0b8
comparison
equal deleted inserted replaced
168:d99cd18cc912 171:d8106be26e52
50 50
51 from babel.messages.frontend import compile_catalog 51 from babel.messages.frontend import compile_catalog
52 52
53 setup( 53 setup(
54 ... 54 ...
55 cmdclass = {'new_catalog': compile_catalog} 55 cmdclass = {'compile_catalog': compile_catalog}
56 ) 56 )
57 57
58 :see: `Integrating new distutils commands <http://docs.python.org/dist/node32.html>`_ 58 :see: `Integrating new distutils commands <http://docs.python.org/dist/node32.html>`_
59 :see: `setuptools <http://peak.telecommunity.com/DevCenter/setuptools>`_ 59 :see: `setuptools <http://peak.telecommunity.com/DevCenter/setuptools>`_
60 """ 60 """
Copyright (C) 2012-2017 Edgewall Software