File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ the ``restaurants`` collection:
60
60
:start-after: start-distinct
61
61
:end-before: end-distinct
62
62
:language: kotlin
63
+ :dedent:
63
64
64
65
.. output::
65
66
@@ -91,6 +92,7 @@ all documents that have a ``cuisine`` field value of ``"Italian"``:
91
92
:start-after: start-distinct-query
92
93
:end-before: end-distinct-query
93
94
:language: kotlin
95
+ :dedent:
94
96
95
97
.. output::
96
98
@@ -137,7 +139,7 @@ The following table describes some methods you can use to customize the
137
139
- | Sets the maximum amount of time to allow the operation to run, in milliseconds.
138
140
139
141
For a complete list of methods you can use to modify the ``distinct()`` method, see
140
- the `DistinctIterable <{+api}/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-distinct-iterable/index.html>`__ API documentation.
142
+ the `DistinctIterable <{+api+ }/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-distinct-iterable/index.html>`__ API documentation.
141
143
142
144
The following example retrieves the distinct values of the ``name`` field for
143
145
all documents that have a ``borough`` field value of ``"Bronx"`` and a
@@ -150,6 +152,7 @@ the ``comment`` option to add a comment to the operation.
150
152
:start-after: start-distinct-comment
151
153
:end-before: end-distinct-comment
152
154
:language: kotlin
155
+ :dedent:
153
156
154
157
.. output::
155
158
You can’t perform that action at this time.
0 commit comments