HexEdit/HexEditMainWindow.py

changeset 4666
bc52ef526e11
parent 4665
30d4972ab403
child 4669
d37bfc9ca3b9
--- a/HexEdit/HexEditMainWindow.py	Sat Jan 16 16:43:48 2016 +0100
+++ b/HexEdit/HexEditMainWindow.py	Sat Jan 16 16:53:31 2016 +0100
@@ -1278,7 +1278,7 @@
         @param key name of list to return
         @type str (must be 'search' or 'replace')
         @return the requested history list
-        @type list of tuples of (int, str)
+        @rtype list of tuples of (int, str)
         """
         assert key in ['search', 'replace']
         

eric ide

mercurial