Skip to content

Commit e32736a

Browse files
committed
DOCSP-50497 Fixing code block output and verified code via tests
1 parent bc85fa6 commit e32736a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/aggregation.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ This example produces the following output:
133133
.. code-block:: json
134134
:copyable: false
135135

136-
{ _id = Bronx, Count = 71 }
137-
{ _id = Brooklyn, Count = 173 }
138-
{ _id = Staten Island, Count = 20 }
139-
{ _id = Missing, Count = 2 }
140-
{ _id = Manhattan, Count = 221 }
141-
{ _id = Queens, Count = 204 }
136+
{ _id = 'Bronx', count = 71 }
137+
{ _id = 'Brooklyn', count = 173 }
138+
{ _id = 'Staten Island', count = 20 }
139+
{ _id = 'Missing', count = 2 }
140+
{ _id = 'Manhattan', count = 221 }
141+
{ _id = 'Queens', count = 204 }
142142

143143
Additional information
144144
----------------------

0 commit comments

Comments
 (0)