From 1eb4f637e52a810d0be45388760f3ec5acb1c98f Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 27 Feb 2022 14:08:23 -0600 Subject: [PATCH] Correct Place.contained_within type in documentation --- tweepy/place.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1