diff src/tools/xml_tools.py @ 1199:96fb74a4714d

misc: fixed some typos
author Matteo Cypriani <mcy@lm7.fr>
date Mon, 15 Sep 2014 14:18:25 +0200
parents 2f9f735334da
children f91e7028e2c3
line wrap: on
line diff
--- a/src/tools/xml_tools.py	Tue Sep 09 22:09:51 2014 -0400
+++ b/src/tools/xml_tools.py	Mon Sep 15 14:18:25 2014 +0200
@@ -481,7 +481,7 @@
 
     def __init__(self, xmlui, callback_id=None, name=None, headers=None, items=None, columns=None, selectable = 'no', auto_index = False, parent=None):
         """Create an advanced list
-        @param headers: optional headers informations
+        @param headers: optional headers information
         @param callback_id: id of the method to call when selection is done
         @param items: list of widgets to add (just the first row)
         @param columns: number of columns in this table, or None to autodetect