From 63ecca163f1c37effb8b48eb53712b3f5bfbe62b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 22 Sep 2014 10:59:59 -0700 Subject: [PATCH] README.rst: Unwind 'If ..., returns a 404' -> 'Returns a 404 if ...' It reads more cleanly if we echo the phrasing of the lead-off sentences. --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 98a8f8e..c522596 100644 --- a/README.rst +++ b/README.rst @@ -53,8 +53,7 @@ bookmarklet (or other tools): ``GET /mid/`` Returns tags associated with a particular message as a JSON array. - If the given Message-ID isn't in the notmuch database, returns - a 404. + Returns a 404 if the given Message-ID isn't in the notmuch database. ``POST /mid/`` Updates the tags associated with a particular message. The posted @@ -67,8 +66,8 @@ bookmarklet (or other tools): 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. + JSON array. Returns a 404 if the given Message-ID isn't in the + notmuch database. ``GET /gmane//
`` Returns the article's Message-ID as ``text/plain``. For example, -- 2.26.2