Correct Place.contained_within type in documentation
authorHarmon <Harmon758@gmail.com>
Sun, 27 Feb 2022 20:08:23 +0000 (14:08 -0600)
committerHarmon <Harmon758@gmail.com>
Sun, 27 Feb 2022 20:08:23 +0000 (14:08 -0600)
tweepy/place.py

index 43061232fa0e19bb1a1b75e05a9ca267e7e38c9c..b4f9256a9a42a01252dc9969d13da7dbfd1a2182 100644 (file)
@@ -25,7 +25,7 @@ class Place(HashableID, DataMapping):
     id : str
         The unique identifier of the expanded place, if this is a point of
         interest tagged in the Tweet.
-    contained_within : list | None
+    contained_within : list
         Returns the identifiers of known places that contain the referenced
         place.
     country : str | None