diff options
Diffstat (limited to 'django/utils')
| -rw-r--r-- | django/utils/tree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/tree.py b/django/utils/tree.py index b7f7b9798b..2a188acda7 100644 --- a/django/utils/tree.py +++ b/django/utils/tree.py @@ -52,7 +52,7 @@ class Node: return obj def __len__(self): - """Return the the number of children this node has.""" + """Return the number of children this node has.""" return len(self.children) def __bool__(self): |
