summaryrefslogtreecommitdiff
path: root/lib/subunit/python/testtools/content.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-01-16 19:56:21 +1300
committerJelmer Vernooij <jelmer@samba.org>2010-01-16 19:56:21 +1300
commit2ec5792a4ba0cefa079a6d7e1b0ec2472151e794 (patch)
tree6036a0b1a9da56619e970a8b0650328c50f0ad97 /lib/subunit/python/testtools/content.py
parent28577aae928847e64a0274b5922e26e1f15d9916 (diff)
downloadsamba-2ec5792a4ba0cefa079a6d7e1b0ec2472151e794.tar.gz
samba-2ec5792a4ba0cefa079a6d7e1b0ec2472151e794.tar.bz2
samba-2ec5792a4ba0cefa079a6d7e1b0ec2472151e794.zip
subunit/testtools: Include newer version.
Diffstat (limited to 'lib/subunit/python/testtools/content.py')
-rw-r--r--lib/subunit/python/testtools/content.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/subunit/python/testtools/content.py b/lib/subunit/python/testtools/content.py
index 00c782347b..353e3f0f46 100644
--- a/lib/subunit/python/testtools/content.py
+++ b/lib/subunit/python/testtools/content.py
@@ -44,7 +44,7 @@ class Content(object):
no charset parameter is present in the MIME type. (This is somewhat
arbitrary, but consistent with RFC2617 3.7.1).
- :raises: ValueError If the content type is not text/*.
+ :raises ValueError: If the content type is not text/\*.
"""
if self.content_type.type != "text":
raise ValueError("Not a text type %r" % self.content_type)