summaryrefslogtreecommitdiffstats
path: root/Lib/inspect.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/inspect.py')
-rw-r--r--Lib/inspect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/inspect.py b/Lib/inspect.py
index c316906..fe3ffc7 100644
--- a/Lib/inspect.py
+++ b/Lib/inspect.py
@@ -704,7 +704,7 @@ def walktree(classes, children, parent):
results.append(walktree(children[c], children, c))
return results
-def getclasstree(classes, unique=0):
+def getclasstree(classes, unique=False):
"""Arrange the given list of classes into a hierarchy of nested lists.
Where a nested list appears, it contains classes derived from the class