Skip to content

Commit 0b5033c

Browse files
committed
Add deprecation info in a docstring
1 parent a253134 commit 0b5033c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def join_room(self, room_id_or_alias):
341341
return self._mkroom(room_id)
342342

343343
def get_rooms(self):
344-
""" Return a dict of {room_id: Room objects} that the user has joined.
344+
""" Deprecated. Return a dict of {room_id: Room objects} that the user has joined.
345345
346346
Returns:
347347
Room{}: Rooms the user has joined.

0 commit comments

Comments
 (0)