Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typo. [ci skip]
  • Loading branch information
lovelydinosaur committed Oct 11, 2016
commit be1d326007dbe86cdda5a0e0b7106c6a18a19289
2 changes: 1 addition & 1 deletion docs/api-guide/exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down