Updating class reference in comment.

This commit is contained in:
Christian Gibson 2016-09-09 17:55:20 -04:00 committed by GitHub
parent 21550d352c
commit bca7e3b994

View File

@ -72,7 +72,7 @@ class CodecOptions(_options_base):
if not (issubclass(document_class, MutableMapping) or
_raw_document_class(document_class)):
raise TypeError("document_class must be dict, bson.son.SON, "
"bson.raw_bson_document.RawBSONDocument, or a "
"bson.raw_bson.RawBSONDocument, or a "
"sublass of collections.MutableMapping")
if not isinstance(tz_aware, bool):
raise TypeError("tz_aware must be True or False")