Merge pull request #93 from YoilyL/develop

Fixed tiny typo
This commit is contained in:
Dan 2018-06-24 21:59:55 +02:00 committed by GitHub
commit 13e4149c6f
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``):