summaryrefslogtreecommitdiff
path: root/pip/_vendor/requests/packages/urllib3/fields.py
diff options
context:
space:
mode:
Diffstat (limited to 'pip/_vendor/requests/packages/urllib3/fields.py')
-rw-r--r--pip/_vendor/requests/packages/urllib3/fields.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pip/_vendor/requests/packages/urllib3/fields.py b/pip/_vendor/requests/packages/urllib3/fields.py
index ed017657a..da79e929b 100644
--- a/pip/_vendor/requests/packages/urllib3/fields.py
+++ b/pip/_vendor/requests/packages/urllib3/fields.py
@@ -15,7 +15,7 @@ def guess_content_type(filename, default='application/octet-stream'):
Guess the "Content-Type" of a file.
:param filename:
- The filename to guess the "Content-Type" of using :mod:`mimetimes`.
+ The filename to guess the "Content-Type" of using :mod:`mimetypes`.
:param default:
If no "Content-Type" can be guessed, default to `default`.
"""