Removed BasicAuth code snippet
authorAaron Hill <aa1ronham@gmail.com>
Tue, 18 Feb 2014 20:00:23 +0000 (15:00 -0500)
committerAaron Hill <aa1ronham@gmail.com>
Tue, 18 Feb 2014 20:00:23 +0000 (15:00 -0500)
docs/code_snippet.rst

index 13ea0acfac9175310bc746493587b48f923d9325..3c27d1988c2d632d55ade28f7547367da744b59e 100644 (file)
@@ -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
 =====