summaryrefslogtreecommitdiff
path: root/lib/subunit/python/testtools/content_type.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/subunit/python/testtools/content_type.py')
-rw-r--r--lib/subunit/python/testtools/content_type.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/subunit/python/testtools/content_type.py b/lib/subunit/python/testtools/content_type.py
index e70fa76ec8..aded81b732 100644
--- a/lib/subunit/python/testtools/content_type.py
+++ b/lib/subunit/python/testtools/content_type.py
@@ -9,7 +9,7 @@ class ContentType(object):
:ivar type: The primary type, e.g. "text" or "application"
:ivar subtype: The subtype, e.g. "plain" or "octet-stream"
:ivar parameters: A dict of additional parameters specific to the
- content type.
+ content type.
"""
def __init__(self, primary_type, sub_type, parameters=None):