From: Harmon Date: Sun, 27 Feb 2022 20:08:23 +0000 (-0600) Subject: Correct Place.contained_within type in documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1eb4f637e52a810d0be45388760f3ec5acb1c98f;p=tweepy.git Correct Place.contained_within type in documentation --- diff --git a/tweepy/place.py b/tweepy/place.py index 4306123..b4f9256 100644 --- a/tweepy/place.py +++ b/tweepy/place.py @@ -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