Skip to content

Commit 4cdd421

Browse files
authored
Merge pull request #23 from line/fix/doc
Fix doc typo
2 parents 1381017 + e7095e5 commit 4cdd421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ https://devdocs.line.me/en/#get-content
139139

140140
.. code:: python
141141
142-
message_content = line_bot_api.get_content(message_id)
142+
message_content = line_bot_api.get_message_content(message_id)
143143
144144
with open(file_path, 'wb') as fd:
145145
for chunk in message_content.iter_content():

0 commit comments

Comments
 (0)