Fixed tiny typo

This commit is contained in:
YoilyL 2018-06-24 22:58:17 +03:00 committed by GitHub
parent c7d60ef8a6
commit a04b08f245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -332,7 +332,7 @@ class Message(Object):
Example:
.. code-block:: python
message.reply_text("hello", quote=True)
message.reply("hello", quote=True)
Args:
text (``str``):