From 18711cae93f1b8f6286f674e9b8633fd65fc8a1a Mon Sep 17 00:00:00 2001 From: behackett Date: Sun, 19 Apr 2015 10:43:15 -0700 Subject: [PATCH] Add required whitespace. --- doc/examples/aggregation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/examples/aggregation.rst b/doc/examples/aggregation.rst index 82af59c4c..1b5c4202e 100644 --- a/doc/examples/aggregation.rst +++ b/doc/examples/aggregation.rst @@ -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){