mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +02:00
Correct docstring
This commit is contained in:
@@ -412,7 +412,7 @@ class FileDisplay(object):
|
||||
return OK, selection
|
||||
|
||||
class NoninteractiveDisplay(object):
|
||||
"""File-based display."""
|
||||
"""An iDisplay implementation that never asks for interactive user input"""
|
||||
|
||||
zope.interface.implements(interfaces.IDisplay)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user