Skip to content

Commit 8c74b23

Browse files
Apply suggestions from code review
Co-authored-by: David Brochart <[email protected]>
1 parent a8af145 commit 8c74b23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jupyter_ydoc/yblob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(self, ydoc: Optional[Doc] = None, awareness: Optional[Awareness] =
3030
3131
:param ydoc: The :class:`pycrdt.Doc` that will hold the data of the document, if provided.
3232
:type ydoc: :class:`pycrdt.Doc`, optional.
33-
:param awareness: The :class:`pycrdt.Awareness` that share non persistent data
33+
:param awareness: The :class:`pycrdt.Awareness` that shares non persistent data
3434
between clients.
3535
:type awareness: :class:`pycrdt.Awareness`, optional.
3636
"""

jupyter_ydoc/ynotebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(self, ydoc: Optional[Doc] = None, awareness: Optional[Awareness] =
5353
5454
:param ydoc: The :class:`pycrdt.Doc` that will hold the data of the document, if provided.
5555
:type ydoc: :class:`pycrdt.Doc`, optional.
56-
:param awareness: The :class:`pycrdt.Awareness` that share non persistent data
56+
:param awareness: The :class:`pycrdt.Awareness` that shares non persistent data
5757
between clients.
5858
:type awareness: :class:`pycrdt.Awareness`, optional.
5959
"""

jupyter_ydoc/yunicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self, ydoc: Optional[Doc] = None, awareness: Optional[Awareness] =
2929
3030
:param ydoc: The :class:`pycrdt.Doc` that will hold the data of the document, if provided.
3131
:type ydoc: :class:`pycrdt.Doc`, optional.
32-
:param awareness: The :class:`pycrdt.Awareness` that share non persistent data
32+
:param awareness: The :class:`pycrdt.Awareness` that shares non persistent data
3333
between clients.
3434
:type awareness: :class:`pycrdt.Awareness`, optional.
3535
"""

0 commit comments

Comments
 (0)