From ccc9ded28b1e1d4da01fe4bd29d9d8a3631f8ad8 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Thu, 23 Jul 2009 23:59:13 -0400 Subject: [PATCH] Fixing a README typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 472884b..6b14013 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ make a seasoned Python vet scratch his head, or possibly call me insane. It's op and I'm open to anything that'll improve the library as a whole. OAuth support is in the works, but every other part of the Twitter API should be covered. Tango -handles both Baisc (HTTP) Authentication and OAuth, and OAuth is the default method for +handles both Basic (HTTP) Authentication and OAuth, and OAuth is the default method for Authentication. To override this, specify 'authtype="Basic"' in your tango.setup() call. Documentation is forthcoming, but Tango attempts to mirror the Twitter API in a large way. All