We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49f203 commit 0bb8f22Copy full SHA for 0bb8f22
Lib/http/__init__.py
@@ -59,7 +59,7 @@ def __new__(cls, value, phrase, description=''):
59
TEMPORARY_REDIRECT = (307, 'Temporary Redirect',
60
'Object moved temporarily -- see URI list')
61
PERMANENT_REDIRECT = (308, 'Permanent Redirect',
62
- 'Object moved temporarily -- see URI list')
+ 'Object moved permanently -- see URI list')
63
64
# client error
65
BAD_REQUEST = (400, 'Bad Request',
0 commit comments