DebugClients/Python3/DebugConfig.py

changeset 5169
74e000797a93
parent 4631
5c1a96925da4
child 5171
f1e9eebd5469
--- a/DebugClients/Python3/DebugConfig.py	Wed Sep 14 19:17:53 2016 +0200
+++ b/DebugClients/Python3/DebugConfig.py	Wed Sep 14 20:08:16 2016 +0200
@@ -13,7 +13,7 @@
     'str', 'unicode', 'tuple', 'list',
     'dict', 'dict-proxy', 'set', 'file', 'xrange',
     'slice', 'buffer', 'class', 'instance',
-    'instance method', 'property', 'generator',
+    'method', 'property', 'generator',
     'function', 'builtin_function_or_method', 'code', 'module',
     'ellipsis', 'traceback', 'frame', 'other'
 ]

eric ide

mercurial