Skip to content

Commit

Permalink
Minor typo on bson/json_util docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
puentesarrin committed May 13, 2013
1 parent 1c14e21 commit e1d71e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bson/json_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e1d71e8

Please sign in to comment.