Skip to content

Commit 18711ca

Browse files
committed
Add required whitespace.
1 parent 12cefd6 commit 18711ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/examples/aggregation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ reduce function.
174174
Here we are doing a simple group and count of the occurrences of ``x`` values:
175175

176176
.. doctest::
177+
177178
>>> from bson.code import Code
178179
>>> reducer = Code("""
179180
... function(obj, prev){

0 commit comments

Comments
 (0)