diff options
| author | Abhilash Raj | 2014-09-23 15:28:07 +0530 |
|---|---|---|
| committer | Abhilash Raj | 2014-09-23 15:28:07 +0530 |
| commit | 20b41091f37bbf61c646c2e1586b73269304da2c (patch) | |
| tree | 8d83bf82f4949025109f639b83ba86aefe8ec576 /src/mailman/interfaces/database.py | |
| parent | fa030f90a6e3eb1b2c472922e42fe929f016019f (diff) | |
| parent | 31aebefadf7853a4e7767ea1552720f52e06bb7a (diff) | |
| download | mailman-20b41091f37bbf61c646c2e1586b73269304da2c.tar.gz mailman-20b41091f37bbf61c646c2e1586b73269304da2c.tar.zst mailman-20b41091f37bbf61c646c2e1586b73269304da2c.zip | |
Diffstat (limited to 'src/mailman/interfaces/database.py')
| -rw-r--r-- | src/mailman/interfaces/database.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/interfaces/database.py b/src/mailman/interfaces/database.py index d8fde2b93..c2997ba6b 100644 --- a/src/mailman/interfaces/database.py +++ b/src/mailman/interfaces/database.py @@ -61,7 +61,7 @@ class IDatabase(Interface): """Abort the current transaction.""" store = Attribute( - """The underlying SQLAlchemy store on which you can do queries.""") + """The underlying database object on which you can do queries.""") |
