Skip to content

Commit c4bb7a7

Browse files
committed
remove unneeded space
1 parent 19d3691 commit c4bb7a7

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ https://devdocs.line.me/en/#bot-api-get-profile
142142
print(profile.status_message)
143143
144144
get\_group\_member\_profile(self, group\_id, user\_id, timeout=None)
145-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
145+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
146146

147-
Gets the user profile of a member of a group that
148-
the bot is in. This can be the user ID of a user who has
149-
not added the bot as a friend or has blocked the bot.
147+
Gets the user profile of a member of a group that the bot is in. This can be
148+
the user ID of a user who has not added the bot as a friend or has blocked
149+
the bot.
150150

151151
https://devdocs.line.me/en/#get-group-room-member-profile
152152

@@ -159,11 +159,10 @@ https://devdocs.line.me/en/#get-group-room-member-profile
159159
print(profile.picture_url)
160160
161161
get\_room\_member\_profile(self, room\_id, user\_id, timeout=None)
162-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
162+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
163163

164-
Gets the user profile of a member of a room that
165-
the bot is in. This can be the user ID of a user who has
166-
not added the bot as a friend or has blocked the bot.
164+
Gets the user profile of a member of a room that the bot is in. This can be the
165+
user ID of a user who has not added the bot as a friend or has blocked the bot.
167166

168167
https://devdocs.line.me/en/#get-group-room-member-profile
169168

0 commit comments

Comments
 (0)