There was an error while loading. Please reload this page.
1 parent 414e42a commit 992ef7bCopy full SHA for 992ef7b
2 files changed
docs/source/api/bound-methods.rst
@@ -142,7 +142,7 @@ Details
142
.. automethod:: Chat.archive()
143
.. automethod:: Chat.unarchive()
144
.. automethod:: Chat.set_title()
145
-.. automethod:: Chat.set_description)
+.. automethod:: Chat.set_description()
146
.. automethod:: Chat.set_photo()
147
.. automethod:: Chat.kick_member()
148
.. automethod:: Chat.unban_member()
docs/source/topics/text-formatting.rst
@@ -202,7 +202,7 @@ Nested and Overlapping Entities
202
-------------------------------
203
204
You can also style texts with more than one decoration at once by nesting entities together. For example, you can send
205
-a text message with both :bold-underline:`bold and underline` styles, or a text that has both :italic-strike:`italic and
+a text message with both :bold-underline:`bold and underline` styles, or a text that has both :strike-italic:`italic and
206
strike` styles, and you can still combine both Markdown and HTML together.
207
208
Here there are some example texts you can try sending:
0 commit comments