From 914e2aee727b2c6be7f157783eefcb596d98947f Mon Sep 17 00:00:00 2001 From: Chris Snow Date: Mon, 3 Nov 2014 08:09:58 +0000 Subject: [PATCH] Move the note below the delete paragraph The note is related to the delete paragraph text, not to the seealso text so move the note to improve readability. This closes #5 Signed-off-by: Alexander Shorin --- src/docs/src/api/document/common.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/src/api/document/common.rst b/src/docs/src/api/document/common.rst index 8602bbc7717..25061794bb4 100644 --- a/src/docs/src/api/document/common.rst +++ b/src/docs/src/api/document/common.rst @@ -247,14 +247,14 @@ (latest) revision, either by using the ``rev`` parameter or by using the :header:`If-Match` header to specify the revision. - .. seealso:: - :ref:`Retrieving Deleted Documents ` - .. note:: CouchDB doesn't actually delete documents. The reason is the need to track them correctly during the replication process between databases to prevent accidental document recovery for any previous state. + .. seealso:: + :ref:`Retrieving Deleted Documents ` + :param db: Database name :param docid: Document ID :