We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cc5c7 commit 7074d23Copy full SHA for 7074d23
jupyter_server_documents/rooms/yroom.py
@@ -29,7 +29,7 @@ class YRoom:
29
"""
30
The ID of the room. This is a composite ID following the format:
31
32
- room_id := "{file_type}:{file_format}:{file_id}"
+ room_id := "{file_format}:{file_type}:{file_id}"
33
34
35
file_api: YRoomFileAPI | None
0 commit comments