Mark Sapiro pushed to branch master at GNU Mailman / Mailman Core


Commits:
dccb4b8b by Mark Sapiro at 2021-03-23T16:24:18-07:00
'Fix' " ... """ docstrings (an inconsequential typo 
that causes confusion).

- - - - -
8d9d03c0 by Mark Sapiro at 2021-03-23T23:50:40+00:00
Merge branch 'doc' into 'master'

'Fix' " ... """ docstrings (an inconsequential typo 
that causes confusion).

See merge request mailman/mailman!809
- - - - -


3 changed files:

- src/mailman/database/factory.py
- src/mailman/handlers/decorate.py
- src/mailman/interfaces/database.py


Changes:

=====================================
src/mailman/database/factory.py
=====================================
@@ -59,7 +59,7 @@ class DatabaseFactory:
 
 @public
 class SchemaManager:
-    "Manage schema migrations."""
+    """Manage schema migrations."""
 
     def __init__(self, database):
         self._database = database


=====================================
src/mailman/handlers/decorate.py
=====================================
@@ -260,5 +260,5 @@ class Decorate:
     description = _('Decorate a message with headers and footers.')
 
     def process(self, mlist, msg, msgdata):
-        "See `IHandler`."""
+        """See `IHandler`."""
         process(mlist, msg, msgdata)


=====================================
src/mailman/interfaces/database.py
=====================================
@@ -55,7 +55,7 @@ class IDatabase(Interface):
 
 @public
 class IDatabaseFactory(Interface):
-    "Interface for creating new databases."""
+    """Interface for creating new databases."""
 
     def create():
         """Return a new `IDatabase`.



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/a50184937910081769cc25d577d2f8704d2c577c...8d9d03c01c46500f61fd30cbb18a68a5e8c94d90

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/a50184937910081769cc25d577d2f8704d2c577c...8d9d03c01c46500f61fd30cbb18a68a5e8c94d90
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org

Reply via email to