mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Correct a c&p mistake: set a correct docstring for the unit test class.
This commit is contained in:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user