projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61ed5d7
)
Correct Place.contained_within type in documentation
author
Harmon
<Harmon758@gmail.com>
Sun, 27 Feb 2022 20:08:23 +0000
(14:08 -0600)
committer
Harmon
<Harmon758@gmail.com>
Sun, 27 Feb 2022 20:08:23 +0000
(14:08 -0600)
tweepy/place.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/place.py
b/tweepy/place.py
index 43061232fa0e19bb1a1b75e05a9ca267e7e38c9c..b4f9256a9a42a01252dc9969d13da7dbfd1a2182 100644
(file)
--- 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