Fix docstring nit

This commit is contained in:
Peter Eckersley 2016-06-24 16:52:02 -07:00
parent 8f0a5fdc66
commit 6a938f2ee7

View file

@ -176,7 +176,7 @@ class TestRawNginxParser(unittest.TestCase):
])
class TestUnspacedList(unittest.TestCase):
"""Test the raw low-level Nginx config parser."""
"""Test the UnspacedList data structure"""
def setUp(self):
self.a = ["\n ", "things", " ", "quirk"]
self.b = ["y", " "]