Skip to content

Commit 7074d23

Browse files
committed
fix wrong room_id doc comment
1 parent 73cc5c7 commit 7074d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server_documents/rooms/yroom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class YRoom:
2929
"""
3030
The ID of the room. This is a composite ID following the format:
3131
32-
room_id := "{file_type}:{file_format}:{file_id}"
32+
room_id := "{file_format}:{file_type}:{file_id}"
3333
"""
3434

3535
file_api: YRoomFileAPI | None

0 commit comments

Comments
 (0)