From 7d78a3fea9ec96a49c103cf03f2ea5230e3a76ed Mon Sep 17 00:00:00 2001 From: caitlindavey Date: Thu, 7 Nov 2024 15:23:25 -0600 Subject: [PATCH 1/3] removing nested note from table --- source/reference/crud-operations.txt | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/source/reference/crud-operations.txt b/source/reference/crud-operations.txt index dab75c8a..46d6ee7f 100644 --- a/source/reference/crud-operations.txt +++ b/source/reference/crud-operations.txt @@ -285,15 +285,12 @@ when querying and their corresponding methods as examples. If the read concern is specifed on the client or collection level, or if the read concern is specified as a find option, it will NOT be passed by the driver to the explain command. - - .. note:: - - The information returned by the server for the ``explain`` command - varies with server version and deployment topology. The driver's - ``explain`` method returns whatever the server provided. - - **The return value of ``explain`` method is not part of the driver's - public API and depends on the server version and deployment topology.** + + The information returned by the server for the ``explain`` command + varies with server version and deployment topology. The driver's + ``explain`` method returns whatever the server provided. + **The return value of ``explain`` method is not part of the driver's + public API and depends on the server version and deployment topology.** * - ``hint(Hash)`` - Provides the query with an From 49a78d722a9258fd10899a37555da3092b230b5e Mon Sep 17 00:00:00 2001 From: caitlindavey Date: Thu, 7 Nov 2024 15:40:28 -0600 Subject: [PATCH 2/3] add spacing --- source/reference/crud-operations.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/source/reference/crud-operations.txt b/source/reference/crud-operations.txt index 46d6ee7f..dde84bc6 100644 --- a/source/reference/crud-operations.txt +++ b/source/reference/crud-operations.txt @@ -289,6 +289,7 @@ when querying and their corresponding methods as examples. The information returned by the server for the ``explain`` command varies with server version and deployment topology. The driver's ``explain`` method returns whatever the server provided. + **The return value of ``explain`` method is not part of the driver's public API and depends on the server version and deployment topology.** From 97daad72cdfebf4dd947553ce7a04b43cc9fce36 Mon Sep 17 00:00:00 2001 From: Caitlin Davey Date: Thu, 7 Nov 2024 16:53:28 -0500 Subject: [PATCH 3/3] Update source/reference/crud-operations.txt Co-authored-by: Maya Raman --- source/reference/crud-operations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/crud-operations.txt b/source/reference/crud-operations.txt index dde84bc6..86e11ddb 100644 --- a/source/reference/crud-operations.txt +++ b/source/reference/crud-operations.txt @@ -290,7 +290,7 @@ when querying and their corresponding methods as examples. varies with server version and deployment topology. The driver's ``explain`` method returns whatever the server provided. - **The return value of ``explain`` method is not part of the driver's + **The return value of the ``explain`` method is not part of the driver's public API and depends on the server version and deployment topology.** * - ``hint(Hash)``