Skip to content

Commit b61eb50

Browse files
mbeijenedvilme
andauthored
Update Lib/http/__init__.py
Co-authored-by: Eduardo Villalpando Mello <eduardo.villalpando.mello@gmail.com>
1 parent 31e18ad commit b61eb50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/http/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,5 +211,5 @@ def __repr__(self):
211211
PATCH = 'PATCH', 'Apply partial modifications to a target.'
212212
POST = 'POST', 'Perform target-specific processing with the request payload.'
213213
PUT = 'PUT', 'Replace the target with the request payload.'
214-
QUERY = 'QUERY', 'Query the target with the request payload.'
214+
QUERY = 'QUERY', 'Request that the target process the request payload in a safe and idempotent manner.'
215215
TRACE = 'TRACE', 'Perform a message loop-back test along the path to the target.'

0 commit comments

Comments
 (0)