Skip to content

Commit e1d71e8

Browse files
committed
Minor typo on bson/json_util docstring
1 parent 1c14e21 commit e1d71e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/json_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
def dumps(obj, *args, **kwargs):
109109
"""Helper function that wraps :class:`json.dumps`.
110110
111-
Recursive function that handles all BSON types incuding
111+
Recursive function that handles all BSON types including
112112
:class:`~bson.binary.Binary` and :class:`~bson.code.Code`.
113113
"""
114114
if not json_lib:

0 commit comments

Comments
 (0)