Skip to content

Commit bc771a9

Browse files
committed
fix readme
1 parent be61366 commit bc771a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ line-bot-sdk-python
66
SDK of the LINE Messaging API for Python.
77

88
About the LINE Messaging API
9-
------------------------
9+
----------------------------
1010

1111
See 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

120120
Send 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

185185
If the LINE API server returns an error, LineBotApi raises LineBotApiError.
186186

@@ -589,7 +589,7 @@ Sample echo-bot using `Flask <http://flask.pocoo.org/>`__
589589
Sample bot using `Flask <http://flask.pocoo.org/>`__
590590

591591
API documentation
592-
------------
592+
-----------------
593593

594594
::
595595

0 commit comments

Comments
 (0)