Skip to content

Commit

Permalink
Fix docstring wording
Browse files Browse the repository at this point in the history
Co-authored-by: David Brochart <[email protected]>
  • Loading branch information
krassowski and davidbrochart authored Aug 19, 2024
1 parent 32b01bb commit 7d1b4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_ydoc/ybasedoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7d1b4a2

Please sign in to comment.