From 2789ad26bf05b1c3d592717a12c50e3e67c0da35 Mon Sep 17 00:00:00 2001 From: Eygene Ryabinkin Date: Mon, 12 Jan 2015 00:21:03 +0300 Subject: [PATCH] API documentation: fix typo Signed-off-by: Eygene Ryabinkin --- docs/doc-src/API.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doc-src/API.rst b/docs/doc-src/API.rst index a74b602..774f47b 100644 --- a/docs/doc-src/API.rst +++ b/docs/doc-src/API.rst @@ -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.