Fix misleading comment about the descriptor

This commit is contained in:
Sergey Kovalev 2016-08-13 09:41:26 +03:00
parent cd2fc25c19
commit 5ef59c06df

View File

@ -29,7 +29,7 @@ class QuerySetManager(object):
Document.objects is accessed.
"""
if instance is not None:
# Document class being used rather than a document object
# Document object being used rather than a document class
return self
# owner is the document that contains the QuerySetManager