File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ line-bot-sdk-python
66SDK of the LINE Messaging API for Python.
77
88About the LINE Messaging API
9- ------------------------
9+ ----------------------------
1010
1111See the official API documentation for more information.
1212
@@ -115,7 +115,7 @@ https://devdocs.line.me/en/#push-message
115115 line_bot_api.push_message(to, TextSendMessage(text = ' Hello World!' ))
116116
117117 multicast(self, to, messages, timeout=None)
118- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
118+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
119119
120120Send messages to multiple users at any time.
121121
@@ -180,7 +180,7 @@ https://devdocs.line.me/en/#leave
180180 line_bot_api.leave_room(room_id)
181181
182182 ※ Error handling
183- ^^^^^^^^^^^^^^
183+ ^^^^^^^^^^^^^^^^
184184
185185If the LINE API server returns an error, LineBotApi raises LineBotApiError.
186186
@@ -589,7 +589,7 @@ Sample echo-bot using `Flask <http://flask.pocoo.org/>`__
589589Sample bot using `Flask <http://flask.pocoo.org/ >`__
590590
591591API documentation
592- ------------
592+ -----------------
593593
594594::
595595
You can’t perform that action at this time.
0 commit comments