Fix missing quotation mark in API.list_timeline docstring
authorHarmon <Harmon758@gmail.com>
Wed, 4 Sep 2019 07:08:03 +0000 (02:08 -0500)
committerHarmon <Harmon758@gmail.com>
Wed, 4 Sep 2019 07:08:03 +0000 (02:08 -0500)
tweepy/api.py

index b8ba92de1988dec92688c3dcd77999cc105853da..4311528c8ed8d48aea0d5a1e0ce111cc98d00b9a 100644 (file)
@@ -1042,7 +1042,7 @@ class API(object):
     def list_timeline(self):
         """ :reference: https://developer.twitter.com/en/docs/accounts-and-users/create-manage-lists/api-reference/get-lists-statuses
             :allowed_param: 'owner_screen_name', 'slug', 'owner_id', 'list_id',
-                            'since_id', 'max_id', 'count', 'include_rts
+                            'since_id', 'max_id', 'count', 'include_rts'
         """
         return bind_api(
             api=self,