mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-08 19:34:12 +01:00
location docstring fix
This commit is contained in:
parent
6ec81dd552
commit
bee3d881d1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ from telegram import TelegramObject
|
|||
|
||||
|
||||
class Location(TelegramObject):
|
||||
"""This object represents a Telegram Sticker.
|
||||
"""This object represents a Telegram Location.
|
||||
|
||||
Attributes:
|
||||
longitude (float):
|
||||
|
|
Loading…
Reference in a new issue