Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2020-02-13 00:12:03 +0300
committerBrad Warren <bmw@eff.org>2020-02-13 00:12:03 +0300
commitdf584a3b90f9c18efaac07a5d7fb0bf9be5a81a9 (patch)
tree1d697ad0318d66aeeaaaf48c3901840cc76fcf90
parent097c76f51285b65e93c93eecd1d9fd411e9bde1c (diff)
Remove _internal from docstring.
-rw-r--r--certbot/tests/plugins/common_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot/tests/plugins/common_test.py b/certbot/tests/plugins/common_test.py
index fc05bf894..7543f28f3 100644
--- a/certbot/tests/plugins/common_test.py
+++ b/certbot/tests/plugins/common_test.py
@@ -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