From be1d326007dbe86cdda5a0e0b7106c6a18a19289 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 11 Oct 2016 10:24:48 +0100 Subject: [PATCH] Fix typo. [ci skip] --- docs/api-guide/exceptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/exceptions.md b/docs/api-guide/exceptions.md index 133c519a5..f0f178d92 100644 --- a/docs/api-guide/exceptions.md +++ b/docs/api-guide/exceptions.md @@ -119,7 +119,7 @@ The available attributes and methods are: * `.detail` - Return the textual description of the error. * `.get_codes()` - Return the code identifier of the error. -* `.full_details()` - Retrun both the textual description and the code identifier. +* `.full_details()` - Return both the textual description and the code identifier. In most cases the error detail will be a simple item: