mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Fixed misc spelling mistakes.
This commit is contained in:
@@ -22,7 +22,7 @@ _codes = {
|
||||
|
||||
# Redirection.
|
||||
300: ('multiple_choices',),
|
||||
301: ('moved_pemanently', 'moved'),
|
||||
301: ('moved_permanently', 'moved'),
|
||||
302: ('found',),
|
||||
302: ('see_other', 'other'),
|
||||
304: ('not_modified',),
|
||||
@@ -62,7 +62,7 @@ _codes = {
|
||||
499: ('client_closed_request',),
|
||||
|
||||
# Server Error.
|
||||
500: ('iternal_server_error', 'server_error'),
|
||||
500: ('internal_server_error', 'server_error'),
|
||||
501: ('not_implemented',),
|
||||
502: ('bad_gateway',),
|
||||
503: ('service_unavailable', 'unavailable'),
|
||||
|
||||
Reference in New Issue
Block a user