From 4a4adcb1f0bdaffe32a87e05185821c8125dd52e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 22 Sep 2014 10:56:46 -0700 Subject: [PATCH] README.rst: Replace tab indentation with spaces These snuck in with 7d2299db (README.rst: Document the nmhive.py endpoints, 2014-09-22) and were causing the block to be rendered as part of the preformated block starting with the curl command. --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 167cf2f..98a8f8e 100644 --- a/README.rst +++ b/README.rst @@ -65,10 +65,10 @@ bookmarklet (or other tools): $ curl -XPOST -H 'Content-Type: application/json' -d '["+obsolete", "-needs-review"]' http://localhost:5000/mid/e630b6763e9d0771718afee41ea15b29bb4a1de8.1409935538.git.wking@tremily.us ["obsolete", "patch"] - Adding an already associated tag and removing an already - unassociated tag are both no-ops. Returns the updated tags as a - JSON array. If the given Message-ID isn't in the notmuch database, - returns a 404. + Adding an already associated tag and removing an already + unassociated tag are both no-ops. Returns the updated tags as a + JSON array. If the given Message-ID isn't in the notmuch database, + returns a 404. ``GET /gmane//
`` Returns the article's Message-ID as ``text/plain``. For example, -- 2.26.2