Skip to content

Commit

Permalink
Merge pull request #182 from puentesarrin/typo_docstring
Browse files Browse the repository at this point in the history
Another minor typo on bson/json_util docstring
  • Loading branch information
behackett committed May 13, 2013
2 parents 0308ce6 + e1d71e8 commit 897a4fc
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 897a4fc

Please sign in to comment.