mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Remove _internal from docstring.
This commit is contained in:
parent
097c76f512
commit
df584a3b90
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ class InstallerTest(test_util.ConfigTestCase):
|
|||
|
||||
|
||||
class AddrTest(unittest.TestCase):
|
||||
"""Tests for certbot._internal.plugins.common.Addr."""
|
||||
"""Tests for certbot.plugins.common.Addr."""
|
||||
|
||||
def setUp(self):
|
||||
from certbot.plugins.common import Addr
|
||||
|
|
|
|||
Loading…
Reference in a new issue