From d41b062b55af86fbeddb88f5b352840e5690c8be Mon Sep 17 00:00:00 2001 From: Prokop Simek Date: Thu, 6 May 2021 09:52:12 +0200 Subject: [PATCH] docs: typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15e982a..13a29c5 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ This also works for individual items of REST collections ``` python from purest import jsonplaceholder_typicode_com as api -article)url = api.posts[1] +article_url = api.posts[1] # equivalent to article_url = api['posts'][1] ``` @@ -116,4 +116,4 @@ print article.id # Tests -```python setup.py test``` \ No newline at end of file +```python setup.py test```