From c0b5e1295ea9a6bc1f504c20071cfd79e68989b0 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Tue, 18 Feb 2014 15:00:23 -0500 Subject: [PATCH] Removed BasicAuth code snippet --- docs/code_snippet.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/code_snippet.rst b/docs/code_snippet.rst index 13ea0ac..3c27d19 100644 --- a/docs/code_snippet.rst +++ b/docs/code_snippet.rst @@ -11,14 +11,6 @@ Introduction Here are some code snippets to help you out with using Tweepy. Feel free to contribute your own snippets or improve the ones here! -BasicAuth -========= - -.. code-block :: python - - auth = tweepy.BasicAuthHandler("username", "password") - api = tweepy.API(auth) - OAuth ===== -- 2.25.1