diff --git a/jupyter_ydoc/ybasedoc.py b/jupyter_ydoc/ybasedoc.py index 45a70d5..cf3a2cb 100644 --- a/jupyter_ydoc/ybasedoc.py +++ b/jupyter_ydoc/ybasedoc.py @@ -117,7 +117,7 @@ def dirty(self, value: bool) -> None: @property def hash(self) -> Optional[str]: """ - Returns whether the document hash as computed by contents manager. + Returns the document hash as computed by contents manager. :return: The document hash. :rtype: Optional[str]