From 41cecb5f2714d75a09e35385fd45b15fb8a03d29 Mon Sep 17 00:00:00 2001
From: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat, 5 Mar 2016 23:42:43 +0100
Subject: Get files ready for 1.3 release

---
 getnumlist.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'getnumlist.py')

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)
-- 
cgit v1.2.3