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:
authorVille Skyttä <ville.skytta@iki.fi>2020-01-17 20:55:51 +0300
committerAdrien Ferrand <adferrand@users.noreply.github.com>2020-01-17 20:55:51 +0300
commit1702cb90fdc84e0f251df4d023b721a63f553011 (patch)
tree31831cc437dd70226f5bac968149133523e77bef /linter_plugin.py
parentfcdeaf48f23f8971692dcb0d1daa84b03e3e8c67 (diff)
Spelling and grammar fixes (#7695)
Diffstat (limited to 'linter_plugin.py')
-rw-r--r--linter_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linter_plugin.py b/linter_plugin.py
index 6be8c2414..1754b1a2a 100644
--- a/linter_plugin.py
+++ b/linter_plugin.py
@@ -16,7 +16,7 @@ WHITELIST_PACKAGES = ['acme', 'certbot_compatibility_test', 'letshelp_certbot',
class ForbidStandardOsModule(BaseChecker):
"""
This checker ensures that standard os module (and submodules) is not imported by certbot
- modules. Otherwise a 'os-module-forbidden' error will be registered for the faulty lines.
+ modules. Otherwise an 'os-module-forbidden' error will be registered for the faulty lines.
"""
__implements__ = IAstroidChecker