This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 5aed161e9 Remove duplicate parts of doc note (#4455)
5aed161e9 is described below

commit 5aed161e929fadb3815f5cea1e1690d8f3b30aa7
Author: Ronny Berndt <[email protected]>
AuthorDate: Mon Mar 6 14:18:52 2023 +0100

    Remove duplicate parts of doc note (#4455)
---
 src/docs/src/intro/curl.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/docs/src/intro/curl.rst b/src/docs/src/intro/curl.rst
index 6c08d6adb..4ce061cae 100644
--- a/src/docs/src/intro/curl.rst
+++ b/src/docs/src/intro/curl.rst
@@ -60,8 +60,7 @@ clarity):
         shell> curl 'http://couchdb:5984/_uuids?count=5'
 
 .. note::
-    On Microsoft Windows, use double-quotes anywhere you see single-quotes in
-    the following examples. Use doubled double-quotes ("") anywhere you see
+    On Microsoft Windows, use doubled double-quotes ("") anywhere you see
     single double-quotes. For example, if you see:
 
     .. code-block:: bash

Reply via email to