Minor typo on bson/json_util docstring

This commit is contained in:
Jorge Puente Sarrín 2013-05-12 23:35:19 -05:00
parent 1c14e21bba
commit e1d71e8770

View File

@ -108,7 +108,7 @@ _RE_OPT_TABLE = {
def dumps(obj, *args, **kwargs):
"""Helper function that wraps :class:`json.dumps`.
Recursive function that handles all BSON types incuding
Recursive function that handles all BSON types including
:class:`~bson.binary.Binary` and :class:`~bson.code.Code`.
"""
if not json_lib: