diff options
| author | Tom Christie | 2012-11-06 12:41:22 -0800 |
|---|---|---|
| committer | Tom Christie | 2012-11-06 12:41:22 -0800 |
| commit | 02b7196ad4aa6b860f57c065a627055008405b41 (patch) | |
| tree | 7e8d8db8b941c73a27445d9f9a1c6df996c255b6 /docs/api-guide/status-codes.md | |
| parent | a49285fe9a3711bba04ecabb4ad43a262eab3de3 (diff) | |
| parent | e02a8470e8d32348a9bd7714e1f27cf6e55b5cda (diff) | |
| download | django-rest-framework-02b7196ad4aa6b860f57c065a627055008405b41.tar.bz2 | |
Merge pull request #381 from minddust/master
fixed typo in html status code
Diffstat (limited to 'docs/api-guide/status-codes.md')
| -rw-r--r-- | docs/api-guide/status-codes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/status-codes.md b/docs/api-guide/status-codes.md index 401f45ce..b50c96ae 100644 --- a/docs/api-guide/status-codes.md +++ b/docs/api-guide/status-codes.md @@ -87,7 +87,7 @@ Response status codes beginning with the digit "5" indicate cases in which the s HTTP_503_SERVICE_UNAVAILABLE HTTP_504_GATEWAY_TIMEOUT HTTP_505_HTTP_VERSION_NOT_SUPPORTED - HTTP_511_NETWORD_AUTHENTICATION_REQUIRED + HTTP_511_NETWORK_AUTHENTICATION_REQUIRED [rfc2324]: http://www.ietf.org/rfc/rfc2324.txt |
