aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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