mirror of
https://github.com/Hopiu/django.git
synced 2026-04-22 15:54:50 +00:00
Fixed typo in Query.clone()'s docstring.
This commit is contained in:
parent
eacd4977f6
commit
19dc3f0f96
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ class Query(BaseExpression):
|
|||
def clone(self):
|
||||
"""
|
||||
Return a copy of the current Query. A lightweight alternative to
|
||||
to deepcopy().
|
||||
deepcopy().
|
||||
"""
|
||||
obj = Empty()
|
||||
obj.__class__ = self.__class__
|
||||
|
|
|
|||
Loading…
Reference in a new issue