File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2948,12 +2948,12 @@ async def aggregate(
2948
2948
returning aggregate results using a cursor.
2949
2949
- `collation` (optional): An instance of
2950
2950
:class:`~pymongo.collation.Collation`.
2951
- - `bypassDocumentValidation` (bool): If ``True``, allows the
2952
- write to opt-out of document level validation.
2951
+ - `bypassDocumentValidation` (bool): If ``True``, allows the write to opt-out of document level validation.
2953
2952
2954
2953
2955
2954
:return: A :class:`~pymongo.asynchronous.command_cursor.AsyncCommandCursor` over the result
2956
2955
set.
2956
+
2957
2957
.. versionchanged:: 4.1
2958
2958
Added ``comment`` parameter.
2959
2959
Added ``let`` parameter.
Original file line number Diff line number Diff line change @@ -2941,12 +2941,12 @@ def aggregate(
2941
2941
returning aggregate results using a cursor.
2942
2942
- `collation` (optional): An instance of
2943
2943
:class:`~pymongo.collation.Collation`.
2944
- - `bypassDocumentValidation` (bool): If ``True``, allows the
2945
- write to opt-out of document level validation.
2944
+ - `bypassDocumentValidation` (bool): If ``True``, allows the write to opt-out of document level validation.
2946
2945
2947
2946
2948
2947
:return: A :class:`~pymongo.command_cursor.CommandCursor` over the result
2949
2948
set.
2949
+
2950
2950
.. versionchanged:: 4.1
2951
2951
Added ``comment`` parameter.
2952
2952
Added ``let`` parameter.
You can’t perform that action at this time.
0 commit comments