Add required whitespace.

This commit is contained in:
behackett 2015-04-19 10:43:15 -07:00
parent 12cefd69c0
commit 18711cae93

View File

@ -174,6 +174,7 @@ reduce function.
Here we are doing a simple group and count of the occurrences of ``x`` values:
.. doctest::
>>> from bson.code import Code
>>> reducer = Code("""
... function(obj, prev){