Skip to content

Commit 50b534c

Browse files
committed
fix typo
1 parent e992ad3 commit 50b534c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter_rtc_core/rooms/yroom.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ def _on_jupyter_ydoc_update(self, updated_key: str, *_) -> None:
340340
persisted, so changes to the `state` key should be ignored. Otherwise,
341341
an infinite loop of saves will result, as saving sets `dirty = False`.
342342
343-
This observer is separate because because `pycrdt.Doc.observe()` does
344-
not pass `updated_key` to `self._on_ydoc_update()`.
343+
This observer is separate because `pycrdt.Doc.observe()` does not pass
344+
`updated_key` to `self._on_ydoc_update()`.
345345
"""
346346
if updated_key != "state":
347347
self.file_api.schedule_save()

0 commit comments

Comments
 (0)