Skip to content

Commit 992ef7b

Browse files
committed
Fix sphinx warnings
1 parent 414e42a commit 992ef7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/api/bound-methods.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Details
142142
.. automethod:: Chat.archive()
143143
.. automethod:: Chat.unarchive()
144144
.. automethod:: Chat.set_title()
145-
.. automethod:: Chat.set_description)
145+
.. automethod:: Chat.set_description()
146146
.. automethod:: Chat.set_photo()
147147
.. automethod:: Chat.kick_member()
148148
.. automethod:: Chat.unban_member()

docs/source/topics/text-formatting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Nested and Overlapping Entities
202202
-------------------------------
203203

204204
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
205+
a text message with both :bold-underline:`bold and underline` styles, or a text that has both :strike-italic:`italic and
206206
strike` styles, and you can still combine both Markdown and HTML together.
207207

208208
Here there are some example texts you can try sending:

0 commit comments

Comments
 (0)