diff options
| author | bwarsaw | 1999-05-05 15:29:10 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-05-05 15:29:10 +0000 |
| commit | 61c56a281be58308cf707a333ca5b9522faae142 (patch) | |
| tree | b6a6cdb3392aec3853f6ad3ca560830228b45a80 /Mailman/Cgi/private.py | |
| parent | 01fd5870c2121daadc1de919706ee9fd7c9af642 (diff) | |
| download | mailman-61c56a281be58308cf707a333ca5b9522faae142.tar.gz mailman-61c56a281be58308cf707a333ca5b9522faae142.tar.zst mailman-61c56a281be58308cf707a333ca5b9522faae142.zip | |
Diffstat (limited to 'Mailman/Cgi/private.py')
| -rw-r--r-- | Mailman/Cgi/private.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/private.py b/Mailman/Cgi/private.py index a52af90f2..0fbdcede0 100644 --- a/Mailman/Cgi/private.py +++ b/Mailman/Cgi/private.py @@ -74,7 +74,7 @@ login_attempted = 0 _list = None def GetListobj(list_name): - """Return an unlocked instance of the named maillist, if found.""" + """Return an unlocked instance of the named mailing list, if found.""" global _list if _list: return _list |
