mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Fix docstring nit
This commit is contained in:
@@ -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", " "]
|
||||
|
||||
Reference in New Issue
Block a user