Fix typo.
authorJoshua Roesslein <jroesslein@gmail.com>
Tue, 20 Aug 2013 04:40:56 +0000 (21:40 -0700)
committerJoshua Roesslein <jroesslein@gmail.com>
Tue, 20 Aug 2013 04:41:54 +0000 (21:41 -0700)
Fixes #276

tests/test_api.py

index 5dad927c0b61c9ed1bd5e5f482bbe43f2d7df7de..ca84d9ba63758fba3b4687d498a8edc98dbd1ce2 100644 (file)
@@ -135,7 +135,7 @@ class TweepyAPITests(TweepyTestCase):
         self.assertEqual(friend.screen_name, 'twitter')
 
     def testshowfriendship(self):
-        source, target = self.api.show_friendship(target_screen_name='twtiter')
+        source, target = self.api.show_friendship(target_screen_name='twitter')
         self.assert_(isinstance(source, Friendship))
         self.assert_(isinstance(target, Friendship))