]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/query.py
Fix typos
[notmuch] / bindings / python / notmuch / query.py
index bdc18790abca01280acb6c95d02f3192481b2190..ffb86df1ed3c5ec444f5aef9f4a772cdc301c9eb 100644 (file)
@@ -95,7 +95,7 @@ class Query(object):
             :exc:`NullPointerError` if the query creation failed
                 (e.g. too little memory).
             :exc:`NotInitializedError` if the underlying db was not
-                intitialized.
+                initialized.
         """
         db._assert_db_is_initialized()
         # create reference to parent db to keep it alive