From 22fa04c5b6db15b041b78c8dd97054061f6fdaf9 Mon Sep 17 00:00:00 2001 From: Arnav Mishra Date: Wed, 18 Apr 2018 10:51:59 -0500 Subject: [PATCH] Fixed minor README typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b4d85be..b862a38 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,7 @@ All methods of ``Articles`` are accessible via: .. code-block:: python - from newsapi.articles import articles + from newsapi.articles import Articles a = Articles(API_KEY="Your-api-key")