summaryrefslogtreecommitdiff
path: root/src/mailman/model/requests.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/model/requests.py')
-rw-r--r--src/mailman/model/requests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/model/requests.py b/src/mailman/model/requests.py
index 5eb940233..9de5df8b3 100644
--- a/src/mailman/model/requests.py
+++ b/src/mailman/model/requests.py
@@ -40,6 +40,8 @@ from mailman.interfaces.requests import IListRequests, RequestType
@implementer(IPendable)
class DataPendable(dict):
+ """See `IPendable`."""
+
def update(self, mapping):
# Keys and values must be strings (unicodes, but bytes values are
# accepted for now). Any other types for keys are a programming
@@ -58,6 +60,7 @@ class DataPendable(dict):
@implementer(IListRequests)
class ListRequests:
+ """See `IListRequests`."""
def __init__(self, mailing_list):
self.mailing_list = mailing_list