From a73cf8110e6cccbf46bf77fd4ddce2df99df53ca Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 18 Jul 2018 17:54:15 +0200 Subject: Removed duplicate words in various comments. --- django/utils/tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/utils') 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): -- cgit v1.3