Skip to content

Commit dafa948

Browse files
authored
Fix brackets position in README (#476)
1 parent 6fb6b75 commit dafa948

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ Add a **handler** method by using this decorator.
173173
line_bot_api.reply_message(
174174
ReplyMessageRequest(
175175
reply_token=event.reply_token,
176-
messages=[TextMessage(text=event.message.text))]
176+
messages=[TextMessage(text=event.message.text)]
177177
)
178+
)
178179
179180
When the event is an instance of MessageEvent and event.message is an instance of TextMessage,
180181
this handler method is called.

0 commit comments

Comments
 (0)