Index: third_party/requests/packages/urllib3/request.py |
diff --git a/third_party/requests/packages/urllib3/request.py b/third_party/requests/packages/urllib3/request.py |
index bf0256e964f2468b35add4f5eadebeb9b475db4e..66a9a0e69078c8efc3ed9795b6b1827614966e70 100644 |
--- a/third_party/requests/packages/urllib3/request.py |
+++ b/third_party/requests/packages/urllib3/request.py |
@@ -30,7 +30,7 @@ class RequestMethods(object): |
in the URL (such as GET, HEAD, DELETE). |
:meth:`.request_encode_body` is for sending requests whose fields are |
- encoded in the *body* of the request using multipart or www-orm-urlencoded |
+ encoded in the *body* of the request using multipart or www-form-urlencoded |
(such as for POST, PUT, PATCH). |
:meth:`.request` is for making any kind of request, it will look up the |