mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 23:04:39 -04:00
fix docstring
This commit is contained in:
parent
4792e1ee21
commit
2bc64183a8
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ class InstallerTest(test_util.ConfigTestCase):
|
|||
|
||||
|
||||
class AddrTest(unittest.TestCase):
|
||||
"""Tests for certbot._internal.client.plugins.common.Addr."""
|
||||
"""Tests for certbot._internal.plugins.common.Addr."""
|
||||
|
||||
def setUp(self):
|
||||
from certbot.plugins.common import Addr
|
||||
|
|
|
|||
Loading…
Reference in a new issue