subunit/testtools: Include newer version.
[nivanova/samba-autobuild/.git] / lib / subunit / python / testtools / content.py
index 00c782347ba2ef1f09e93f0ec96f601edab4e2d2..353e3f0f46441943de9ef1dea667aae109e2acaa 100644 (file)
@@ -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)