diff --git a/src/gkeepapi/__init__.py b/src/gkeepapi/__init__.py index 1b3c388..27f3c1c 100644 --- a/src/gkeepapi/__init__.py +++ b/src/gkeepapi/__init__.py @@ -900,7 +900,7 @@ def find( 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: