diff --git a/bson/json_util.py b/bson/json_util.py index f42a1ab6ec..72a99aca85 100644 --- a/bson/json_util.py +++ b/bson/json_util.py @@ -108,7 +108,7 @@ 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: