diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-07-18 17:54:15 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-07-18 11:56:57 -0400 |
| commit | 16fdcf67c8a26ba1d14dc3c8d608edb4a7febc0d (patch) | |
| tree | 4284b49acdb506c2f8a05b7313f21b75ac2c7b1f /django/utils/tree.py | |
| parent | 430b8254a72767b73816cc6116f439fc6ba656ea (diff) | |
[2.1.x] Removed duplicate words in various comments.
Backport of a73cf8110e6cccbf46bf77fd4ddce2df99df53ca from master
Diffstat (limited to 'django/utils/tree.py')
| -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): |
