From e1d71e8770a0302c4b477a4370653fcc480b5c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Sun, 12 May 2013 23:35:19 -0500 Subject: [PATCH] Minor typo on bson/json_util docstring --- bson/json_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: