aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/exceptions.md
diff options
context:
space:
mode:
authorDaniel Sokolowski2012-10-21 07:52:10 -0700
committerDaniel Sokolowski2012-10-21 07:52:10 -0700
commitd53ee8a10c5fd3c95a577a409d39a394a838b0b7 (patch)
treed9228a3fe855ac0c4ab4cb7be579415e3b52627a /docs/api-guide/exceptions.md
parentefabd2bb1b762fbdee2b48fa3a6ccb8f23c7e8dc (diff)
parent65d4970bf71d31669f10dc0cecd4a2a00acd7393 (diff)
downloaddjango-rest-framework-d53ee8a10c5fd3c95a577a409d39a394a838b0b7.tar.bz2
Merge pull request #308 from markotibold/docs-edits
Documentation spelling and other mistake fixes.
Diffstat (limited to 'docs/api-guide/exceptions.md')
-rw-r--r--docs/api-guide/exceptions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api-guide/exceptions.md b/docs/api-guide/exceptions.md
index 33cf1ca8..ba57fde8 100644
--- a/docs/api-guide/exceptions.md
+++ b/docs/api-guide/exceptions.md
@@ -25,7 +25,7 @@ For example, the following request:
DELETE http://api.example.com/foo/bar HTTP/1.1
Accept: application/json
-Might recieve an error response indicating that the `DELETE` method is not allowed on that resource:
+Might receive an error response indicating that the `DELETE` method is not allowed on that resource:
HTTP/1.1 405 Method Not Allowed
Content-Type: application/json; charset=utf-8
@@ -85,4 +85,4 @@ Raised when an incoming request fails the throttling checks.
By default this exception results in a response with the HTTP status code "429 Too Many Requests".
-[cite]: http://www.doughellmann.com/articles/how-tos/python-exception-handling/index.html \ No newline at end of file
+[cite]: http://www.doughellmann.com/articles/how-tos/python-exception-handling/index.html