Skip to content

Commit

Permalink
Move the note below the delete paragraph
Browse files Browse the repository at this point in the history
The note is related to the delete paragraph text, not to the
seealso text so move the note to improve readability.

This closes apache#5

Signed-off-by: Alexander Shorin <[email protected]>
  • Loading branch information
Chris Snow authored and kxepal committed Nov 3, 2014
1 parent 75c11ae commit 914e2ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docs/src/api/document/common.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <api/doc/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 <api/doc/retrieving-deleted-documents>`

:param db: Database name
:param docid: Document ID
:<header Accept: - :mimetype:`application/json`
Expand Down

0 comments on commit 914e2ae

Please sign in to comment.