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:35 UTC

[couchdb] branch big-r81-remove-duplicate-note created (now c8ef1ddb7)

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

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


      at c8ef1ddb7 Remove duplicate parts of note

This branch includes the following new commits:

     new c8ef1ddb7 Remove duplicate parts of note

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ro...@apache.org.
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