API documentation: fix typo

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
Eygene Ryabinkin 2015-01-12 00:21:03 +03:00
parent 854d0019d9
commit 2789ad26bf
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ An :class:`accounts.Account` connects two email repositories that are to be sync
.. autoexception:: offlineimap.error.OfflineImapError
:members:
This execption inherits directly from :exc:`Exception` and is raised
This exception inherits directly from :exc:`Exception` and is raised
on errors during the offlineimap execution. It has an attribute
`severity` that denotes the severity level of the error.