From 97e637a87fb45c4de970cca6cb783d93473c9d15 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Wed, 1 Aug 2018 12:55:53 -0400 Subject: Fixed typos in comments and docs. --- django/db/models/sql/where.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/db/models/sql/where.py') diff --git a/django/db/models/sql/where.py b/django/db/models/sql/where.py index d913abab2e..879de0474a 100644 --- a/django/db/models/sql/where.py +++ b/django/db/models/sql/where.py @@ -142,7 +142,7 @@ class WhereNode(tree.Node): def clone(self): """ Create a clone of the tree. Must only be called on root nodes (nodes - with empty subtree_parents). Childs must be either (Contraint, lookup, + with empty subtree_parents). Childs must be either (Constraint, lookup, value) tuples, or objects supporting .clone(). """ clone = self.__class__._new_instance( -- cgit v1.3