File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments