Improve List return type documentation formatting for API
authorHarmon <Harmon758@gmail.com>
Tue, 1 Jun 2021 23:06:28 +0000 (18:06 -0500)
committerHarmon <Harmon758@gmail.com>
Tue, 1 Jun 2021 23:06:28 +0000 (18:06 -0500)
tweepy/api.py

index 0946698b392a79a853c534f7bf94956da5add297..5c3e7af6d7139397e3e64f387a7333979f929334 100644 (file)
@@ -354,7 +354,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.Status`]
+        :py:class:`List`\[:class:`~tweepy.models.Status`]
 
         References
         ----------
@@ -438,7 +438,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.Status`]
+        :py:class:`List`\[:class:`~tweepy.models.Status`]
 
         References
         ----------
@@ -479,7 +479,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.Status`]
+        :py:class:`List`\[:class:`~tweepy.models.Status`]
 
         References
         ----------
@@ -515,7 +515,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.Status`]
+        :py:class:`List`\[:class:`~tweepy.models.Status`]
 
         References
         ----------
@@ -562,7 +562,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.Status`]
+        :py:class:`List`\[:class:`~tweepy.models.Status`]
 
         References
         ----------
@@ -603,7 +603,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.Status`]
+        :py:class:`List`\[:class:`~tweepy.models.Status`]
 
         References
         ----------
@@ -642,7 +642,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.Status`]
+        :py:class:`List`\[:class:`~tweepy.models.Status`]
 
         References
         ----------
@@ -765,7 +765,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`int`]
+        :py:class:`List`\[:class:`int`]
 
         References
         ----------
@@ -794,7 +794,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.Status`]
+        :py:class:`List`\[:class:`~tweepy.models.Status`]
 
         References
         ----------
@@ -832,7 +832,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.Status`]
+        :py:class:`List`\[:class:`~tweepy.models.Status`]
 
         References
         ----------
@@ -1300,7 +1300,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.List`]
+        :py:class:`List`\[:class:`~tweepy.models.List`]
 
         References
         ----------
@@ -1341,7 +1341,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.User`]
+        :py:class:`List`\[:class:`~tweepy.models.User`]
 
         References
         ----------
@@ -1430,7 +1430,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.List`]
+        :py:class:`List`\[:class:`~tweepy.models.List`]
 
         References
         ----------
@@ -1466,7 +1466,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.List`]
+        :py:class:`List`\[:class:`~tweepy.models.List`]
 
         References
         ----------
@@ -1548,7 +1548,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.Status`]
+        :py:class:`List`\[:class:`~tweepy.models.Status`]
 
         References
         ----------
@@ -1593,7 +1593,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.User`]
+        :py:class:`List`\[:class:`~tweepy.models.User`]
 
         References
         ----------
@@ -1675,7 +1675,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.List`]
+        :py:class:`List`\[:class:`~tweepy.models.List`]
 
         References
         ----------
@@ -2042,7 +2042,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`int`]
+        :py:class:`List`\[:class:`int`]
 
         References
         ----------
@@ -2081,7 +2081,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.User`]
+        :py:class:`List`\[:class:`~tweepy.models.User`]
 
         References
         ----------
@@ -2117,7 +2117,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`int`]
+        :py:class:`List`\[:class:`int`]
 
         References
         ----------
@@ -2155,7 +2155,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.User`]
+        :py:class:`List`\[:class:`~tweepy.models.User`]
 
         References
         ----------
@@ -2185,7 +2185,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`int`]
+        :py:class:`List`\[:class:`int`]
 
         References
         ----------
@@ -2213,7 +2213,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.Relationship`]
+        :py:class:`List`\[:class:`~tweepy.models.Relationship`]
 
         References
         ----------
@@ -2240,7 +2240,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`int`]
+        :py:class:`List`\[:class:`int`]
 
         References
         ----------
@@ -2269,7 +2269,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`int`]
+        :py:class:`List`\[:class:`int`]
 
         References
         ----------
@@ -2347,7 +2347,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.User`]
+        :py:class:`List`\[:class:`~tweepy.models.User`]
 
         References
         ----------
@@ -2383,7 +2383,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.User`]
+        :py:class:`List`\[:class:`~tweepy.models.User`]
 
         References
         ----------
@@ -2579,7 +2579,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.SavedSearch`]
+        :py:class:`List`\[:class:`~tweepy.models.SavedSearch`]
 
         References
         ----------
@@ -2898,7 +2898,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`int`]
+        :py:class:`List`\[:class:`int`]
 
         References
         ----------
@@ -2929,7 +2929,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.User`]
+        :py:class:`List`\[:class:`~tweepy.models.User`]
 
         References
         ----------
@@ -2957,7 +2957,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`int`]
+        :py:class:`List`\[:class:`int`]
 
         References
         ----------
@@ -2987,7 +2987,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.User`]
+        :py:class:`List`\[:class:`~tweepy.models.User`]
 
         References
         ----------
@@ -3195,7 +3195,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.DirectMessage`]
+        :py:class:`List`\[:class:`~tweepy.models.DirectMessage`]
 
         References
         ----------
@@ -3800,7 +3800,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.Place`]
+        :py:class:`List`\[:class:`~tweepy.models.Place`]
 
         References
         ----------
@@ -3872,7 +3872,7 @@ class API:
 
         Returns
         -------
-        :py:class:`List`\ [:class:`~tweepy.models.Place`]
+        :py:class:`List`\[:class:`~tweepy.models.Place`]
 
         References
         ----------