mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed typo in Query.clone()'s docstring.
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user