File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,10 +130,10 @@ async def get_document(
130
130
file_format : Literal ["json" , "text" ],
131
131
copy : bool = True ,
132
132
) -> YBaseDoc | None :
133
- """Get a read-only view of the shared model for the matching document.
133
+ """Get a view of the shared model for the matching document.
134
134
135
- The returned shared model is a fork, meaning that any changes made to it
136
- will not be propagated to the shared model used by the application.
135
+ If `copy=True`, the returned shared model is a fork, meaning that any changes
136
+ made to it will not be propagated to the shared model used by the application.
137
137
"""
138
138
file_id_manager = self .serverapp .web_app .settings ["file_id_manager" ]
139
139
file_id = file_id_manager .index (path )
You can’t perform that action at this time.
0 commit comments