We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c14e21 commit e1d71e8Copy full SHA for e1d71e8
bson/json_util.py
@@ -108,7 +108,7 @@
108
def dumps(obj, *args, **kwargs):
109
"""Helper function that wraps :class:`json.dumps`.
110
111
- Recursive function that handles all BSON types incuding
+ Recursive function that handles all BSON types including
112
:class:`~bson.binary.Binary` and :class:`~bson.code.Code`.
113
"""
114
if not json_lib:
0 commit comments