]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/message.py
fix typos
[notmuch] / bindings / python / notmuch / message.py
index d5b98e4fdfdf5ab19e41fcda61ce0fc57d7b301f..1b1f2174f4fcbeb2c6925becd41cabbceeba9b56 100644 (file)
@@ -223,7 +223,7 @@ class Message(Python3StringMixIn):
         :returns: The header value as string
         :raises: :exc:`NotInitializedError` if the message is not
                  initialized
-        :raises: :exc:`NullPointerError` if any error occured
+        :raises: :exc:`NullPointerError` if any error occurred
         """
         if not self._msg:
             raise NotInitializedError()
@@ -295,7 +295,7 @@ class Message(Python3StringMixIn):
         :returns: A :class:`Tags` iterator.
         :raises: :exc:`NotInitializedError` if the message is not
                  initialized
-        :raises: :exc:`NullPointerError` if any error occured
+        :raises: :exc:`NullPointerError` if any error occurred
         """
         if not self._msg:
             raise NotInitializedError()