Skip to content

Commit 09944db

Browse files
author
Pietro Albini
committed
Random tweaks to the docs
1 parent bef03f2 commit 09944db

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/api/telegram.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ about its business.
510510
:returns: the status of the user
511511
:rtype: str
512512

513-
.. versionaddedd:: 0.3
513+
.. versionadded:: 0.3
514514

515515
.. py:method:: leave()
516516

docs/api/utility.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ development. Feel free to use them when you need them.
5050
the references to it in your source code. Your bot will still work
5151
flawlessly.
5252

53-
.. deprecated:: ae3314ed it will be removed in botogram 1.0
53+
.. deprecated:: pre-0.1 it will be removed in botogram 1.0
5454

5555
.. py:decorator:: botogram.pass_bot
5656
5757
This decorator does nothing currently. If you still use it, just remove all
5858
the references to it in your source code. Your bot will still work
5959
flawlessly.
6060

61-
.. deprecated:: ae3314ed it will be removed in botogram 1.0
61+
.. deprecated:: pre-0.1 it will be removed in botogram 1.0
6262

6363
.. py:decorator:: botogram.help_message_for(func)
6464

docs/changelog/0.3.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ New features
2222
* Added the ability to react :ref:`when a chat is not available
2323
<unavailable-chats>`.
2424

25-
* New decorator :py:meth:`botogram.Bot.chat_unavailable`
26-
* New method :py:meth:`botogram.Component.add_chat_unavailable_hook`
25+
* New decorator :py:meth:`botogram.Bot.chat_unavailable`
26+
* New method :py:meth:`botogram.Component.add_chat_unavailable_hook`
2727

2828
* Added support for editing messages sent by the bot
2929

30-
* New method :py:meth:`botogram.Message.edit`
31-
* New method :py:meth:`botogram.Message.edit_caption`
32-
* New method :py:meth:`botogram.Bot.edit_message`
33-
* New method :py:meth:`botogram.Bot.edit_caption`
30+
* New method :py:meth:`botogram.Message.edit`
31+
* New method :py:meth:`botogram.Message.edit_caption`
32+
* New method :py:meth:`botogram.Bot.edit_message`
33+
* New method :py:meth:`botogram.Bot.edit_caption`
3434

3535
* Added support for working with parsed text in a message:
3636

0 commit comments

Comments
 (0)