aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-07-06 09:57:17 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-07-06 09:57:17 +0200
commit984a4e3be2c25662f8e3b733843c916c4dbc8853 (patch)
treee3e8ebf98c1f66309c8501d1579647e2785452d0 /README.rst
parentImproved return messages of the Web service. (diff)
downloadnewspipe-984a4e3be2c25662f8e3b733843c916c4dbc8853.tar.gz
newspipe-984a4e3be2c25662f8e3b733843c916c4dbc8853.tar.bz2
newspipe-984a4e3be2c25662f8e3b733843c916c4dbc8853.zip
Updated README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 274fcd64..f4f17a34 100644
--- a/README.rst
+++ b/README.rst
@@ -219,7 +219,7 @@ Delete an article:
200
>>> print r.content
{
- "message": "Article not found"
+ "message": "Article not found."
}
Feeds
bgstack15