comparison doc/setup.txt @ 252:318394721dc6

Fix typo on distutils/setuptools doc page.
author cmlenz
date Tue, 14 Aug 2007 17:06:00 +0000
parents cf09490f22b3
children 3aa01d0355f7
comparison
equal deleted inserted replaced
251:9ff28f838ff7 252:318394721dc6
17 from distutils.core import setup 17 from distutils.core import setup
18 from babel.messages import frontend as babel 18 from babel.messages import frontend as babel
19 19
20 setup( 20 setup(
21 ... 21 ...
22 cmd_class = {'compile_catalog': babel.compile_catalog, 22 cmdclass = {'compile_catalog': babel.compile_catalog,
23 'extract_messages': babel.extract_messages, 23 'extract_messages': babel.extract_messages,
24 'init_catalog': babel.init_catalog} 24 'init_catalog': babel.init_catalog,
25 'update_catalog': babel.update_catalog}
25 ) 26 )
26 27
27 28
28 .. contents:: Contents 29 .. contents:: Contents
29 :depth: 2 30 :depth: 2
Copyright (C) 2012-2017 Edgewall Software