mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Fix docstring nit
This commit is contained in:
parent
8f0a5fdc66
commit
6a938f2ee7
1 changed files with 1 additions and 1 deletions
|
|
@ -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", " "]
|
||||
|
|
|
|||
Loading…
Reference in a new issue