Skip to content

Commit 7ed100f

Browse files
author
Pietro Albini
committed
Fix a few things in the docs
1 parent 1a8da49 commit 7ed100f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/api/telegram.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ about its business.
2828
* :py:class:`~botogram.Voice`
2929
* :py:class:`~botogram.Contact`
3030
* :py:class:`~botogram.Location`
31+
* :py:class:`~botogram.Venue`
3132
* :py:class:`~botogram.Update`
3233
* :py:class:`~botogram.UserProfilePhotos`
3334
* :py:class:`~botogram.ReplyKeyboardMarkup`
@@ -1413,7 +1414,7 @@ about its business.
14131414

14141415
Now the method returns the sent message
14151416

1416-
.. py:method:: send_video(path, [duration=None, caption=None, extra=None, notify=True])
1417+
.. py:method:: reply_with_video(path, [duration=None, caption=None, extra=None, notify=True])
14171418
14181419
Reply with the video found in the *path* to the chat. You may optionally
14191420
specify the *duration* and the *caption* of the video. *extra* is an

docs/changelog/0.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ New features
4343
* New argument ``hidden`` on :py:meth:`botogram.Bot.command`
4444
* New argument ``hidden`` on :py:meth:`botogram.Component.add_command`
4545

46-
* Add support for processing edited messages:
46+
* Added support for processing edited messages:
4747

4848
* New decorator :py:meth:`botogram.Bot.message_edited`
4949
* New method :py:meth:`botogram.Component.add_message_edited_hook`

0 commit comments

Comments
 (0)