From 3a198653ebc446273d30c02089ac1ab2b3b9d3d0 Mon Sep 17 00:00:00 2001 From: Steve Hulet Date: Mon, 1 Jul 2013 11:56:20 -0700 Subject: [PATCH] typo fix --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 40f1e8e..1e09fc5 100644 --- a/README.rst +++ b/README.rst @@ -89,7 +89,7 @@ Now, you'll want to create a Twython instance with your ``Consumer Key`` and ``C .. code-block:: python APP_KEY = 'YOUR_APP_KEY' - APP_SECET = 'YOUR_APP_SECRET' + APP_SECRET = 'YOUR_APP_SECRET' twitter = Twython(APP_KEY, APP_SECRET)