summaryrefslogtreecommitdiff
path: root/django/utils
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2018-07-18 17:54:15 +0200
committerTim Graham <timograham@gmail.com>2018-07-18 11:54:15 -0400
commita73cf8110e6cccbf46bf77fd4ddce2df99df53ca (patch)
tree1403b374e47a80000eef37bc4c43c2c412cb5e97 /django/utils
parent6e78e1054933c36a2e0fdf998db780c88bdef4a9 (diff)
Removed duplicate words in various comments.
Diffstat (limited to 'django/utils')
-rw-r--r--django/utils/tree.py2
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):