diff options
Diffstat (limited to 'src/mailman/model/uid.py')
| -rw-r--r-- | src/mailman/model/uid.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/model/uid.py b/src/mailman/model/uid.py index 0ff22438c..40d137ee0 100644 --- a/src/mailman/model/uid.py +++ b/src/mailman/model/uid.py @@ -36,8 +36,8 @@ class UID(Model): This is used so that unique ids don't have to be tracked by each individual model object that uses them. So for example, when a user is deleted, we don't have to keep separate track of its uid to prevent it - from ever being used again. This class, hooked up to the - `UniqueIDFactory` serves that purpose. + from ever being used again. This class, hooked up to the `UIDFactory` + serves that purpose. There is no interface for this class, because it's purely an internal implementation detail. |
