summaryrefslogtreecommitdiff
path: root/src/mailman/model/uid.py
diff options
context:
space:
mode:
authorBarry Warsaw2015-02-09 19:41:46 -0500
committerBarry Warsaw2015-02-09 19:41:46 -0500
commit68c6596d7d280be39809f958a4ceac430e324cd6 (patch)
treebf93dc8ee8dd70fbd35dd2fa893ff639b1413aee /src/mailman/model/uid.py
parentaac7d6421ba84d45c73de37dc2acde3175d716b8 (diff)
downloadmailman-68c6596d7d280be39809f958a4ceac430e324cd6.tar.gz
mailman-68c6596d7d280be39809f958a4ceac430e324cd6.tar.zst
mailman-68c6596d7d280be39809f958a4ceac430e324cd6.zip
Diffstat (limited to 'src/mailman/model/uid.py')
-rw-r--r--src/mailman/model/uid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/model/uid.py b/src/mailman/model/uid.py
index 5fcb20d53..c0d3e4d4d 100644
--- a/src/mailman/model/uid.py
+++ b/src/mailman/model/uid.py
@@ -59,7 +59,7 @@ class UID(Model):
@staticmethod
@dbconnection
- # Note that the parameter order is deliberate reversed here. Normally,
+ # Note that the parameter order is deliberately reversed here. Normally,
# `store` is the first parameter after `self`, but since this is a
# staticmethod and there is no self, the decorator will see the uid in
# arg[0].