Documentation updates

This commit is contained in:
Ross Lawley
2013-06-07 08:21:15 +00:00
parent 7451244cd2
commit f0d4e76418
3 changed files with 19 additions and 3 deletions

View File

@@ -82,8 +82,7 @@ class BaseField(object):
BaseField.creation_counter += 1
def __get__(self, instance, owner):
"""Descriptor for retrieving a value from a field in a document. Do
any necessary conversion between Python and MongoDB types.
"""Descriptor for retrieving a value from a field in a document.
"""
if instance is None:
# Document class being used rather than a document object