mirror of
https://github.com/certbot/certbot.git
synced 2025-07-30 09:03:08 +03:00
Spelling and grammar fixes (#7695)
This commit is contained in:
committed by
Adrien Ferrand
parent
fcdeaf48f2
commit
1702cb90fd
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user