summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Berndt <ronny@apache.org>2023-03-06 14:18:52 +0100
committerGitHub <noreply@github.com>2023-03-06 14:18:52 +0100
commit5aed161e929fadb3815f5cea1e1690d8f3b30aa7 (patch)
treeb4711b6d17232ae58bcceb69ef75ab51f2b20ed0
parent6e9834564f648453888c72214373117d5bba29e9 (diff)
downloadcouchdb-5aed161e929fadb3815f5cea1e1690d8f3b30aa7.tar.gz
Remove duplicate parts of doc note (#4455)
-rw-r--r--src/docs/src/intro/curl.rst3
1 files changed, 1 insertions, 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