Minor typo on bson/json_util docstring
This commit is contained in:
parent
1c14e21bba
commit
e1d71e8770
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user