You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2023/03/06 10:04:36 UTC

[couchdb] 01/01: Remove duplicate parts of note

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

ronny pushed a commit to branch big-r81-remove-duplicate-note
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit c8ef1ddb77e17f8218265d5ef6f359fb9f30f381
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Mon Mar 6 11:04:27 2023 +0100

    Remove duplicate parts of note
---
 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