aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/headers.py
diff options
context:
space:
mode:
Diffstat (limited to 'netlib/http/headers.py')
-rw-r--r--netlib/http/headers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlib/http/headers.py b/netlib/http/headers.py
index 8f669ec1..fa7b7180 100644
--- a/netlib/http/headers.py
+++ b/netlib/http/headers.py
@@ -176,7 +176,7 @@ class Headers(MultiDict):
self.fields = fields
return replacements
-
+
def parse_content_type(c):
"""
A simple parser for content-type values. Returns a (type, subtype,