diff --git a/src/gkeepapi/__init__.py b/src/gkeepapi/__init__.py index b2185c1..cfd7828 100644 --- a/src/gkeepapi/__init__.py +++ b/src/gkeepapi/__init__.py @@ -912,7 +912,7 @@ def createNote( self, title: str | None = None, text: str | None = None, - ) -> _node.Node: + ) -> _node.Note: """Create a new managed note. Any changes to the note will be uploaded when :py:meth:`sync` is called. Args: