Correct a c&p mistake: set a correct docstring for the unit test class.

This commit is contained in:
Martijn Pieters
2012-10-25 17:56:19 +02:00
parent 4decc7986e
commit 9832bd8917
+1 -1
View File
@@ -13,7 +13,7 @@ from requests.compat import is_py3, bytes
class GuessJSONUTFTests(unittest.TestCase):
"""Smoke test for https functionality."""
"""Tests for the JSON UTF encoding guessing code."""
codecs = (
'utf-8', 'utf-8-sig',