diff options
| author | Barry Warsaw | 2015-02-09 19:41:46 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2015-02-09 19:41:46 -0500 |
| commit | 68c6596d7d280be39809f958a4ceac430e324cd6 (patch) | |
| tree | bf93dc8ee8dd70fbd35dd2fa893ff639b1413aee /src/mailman/model/uid.py | |
| parent | aac7d6421ba84d45c73de37dc2acde3175d716b8 (diff) | |
| download | mailman-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.py | 2 |
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]. |
