Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/getnumlist.py
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2016-03-05 23:42:43 +0100
committerArthur de Jong <arthur@arthurdejong.org>2016-03-05 23:42:43 +0100
commit41cecb5f2714d75a09e35385fd45b15fb8a03d29 (patch)
treebc2f5c24ba5b212540548f52df9ed141d4fb5355 /getnumlist.py
parent64577342c86a759a6c72905774ca269bf1820f03 (diff)
Get files ready for 1.3 release1.3
Diffstat (limited to 'getnumlist.py')
-rwxr-xr-xgetnumlist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/getnumlist.py b/getnumlist.py
index 97c91bc..4c74479 100755
--- a/getnumlist.py
+++ b/getnumlist.py
@@ -2,7 +2,7 @@
# getnumlist.py - script to get a list of number formats in stdnum
#
-# Copyright (C) 2012, 2013 Arthur de Jong
+# Copyright (C) 2012-2016 Arthur de Jong
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -57,7 +57,7 @@ if __name__ == '__main__':
for module in get_number_modules():
print ' %s' % module.__name__.replace('stdnum.', '')
print ''
- print 'For index.xml:'
+ print 'For formats.xml:'
print ''
for module in get_number_modules():
print ' <li>%s</li>' % util.get_module_name(module)