diff options
| author | bwarsaw | 2000-09-09 03:33:50 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-09-09 03:33:50 +0000 |
| commit | c41f0001fafe639fbaff44dffb3575f6f9fec197 (patch) | |
| tree | d17839c6ea5fb3818cf6fd025b3e9c89916affee | |
| parent | 6bb12c3d364584cf4953ca1cd7723e5b960be625 (diff) | |
| download | mailman-c41f0001fafe639fbaff44dffb3575f6f9fec197.tar.gz mailman-c41f0001fafe639fbaff44dffb3575f6f9fec197.tar.zst mailman-c41f0001fafe639fbaff44dffb3575f6f9fec197.zip | |
typo in docstring
| -rw-r--r-- | Mailman/Bouncers/Yahoo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Bouncers/Yahoo.py b/Mailman/Bouncers/Yahoo.py index 643c29b92..6168a7551 100644 --- a/Mailman/Bouncers/Yahoo.py +++ b/Mailman/Bouncers/Yahoo.py @@ -14,7 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -"""Yahoo has it's own weird format of bounces.""" +"""Yahoo has its own weird format for bounces.""" import string import re |
