diff options
| author | Stephan Groß | 2012-11-06 21:11:05 +0100 | 
|---|---|---|
| committer | Stephan Groß | 2012-11-06 21:11:05 +0100 | 
| commit | 4136b7e44b85c7c887ab0c4379288512aa67fc64 (patch) | |
| tree | 08def53b9bb62272d83fff90f521fd295a4d37e2 /docs/api-guide/status-codes.md | |
| parent | 62fc5b80ef7a9a9f60961929be471fb60f295daf (diff) | |
| download | django-rest-framework-4136b7e44b85c7c887ab0c4379288512aa67fc64.tar.bz2 | |
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 | 
