]> granicus.if.org Git - python/commitdiff
Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy.
authorBarry Warsaw <barry@python.org>
Sat, 9 Oct 2004 21:44:13 +0000 (21:44 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 9 Oct 2004 21:44:13 +0000 (21:44 +0000)
Lib/smtpd.py

index 9c47a5ba8b7b74f29cbb6faf1b5cf9b4ea090c0f..c656ec76396a62fb5df0200eec1104b635ef2c8a 100755 (executable)
@@ -17,7 +17,7 @@ Options:
 
     --class classname
     -c classname
-        Use `classname' as the concrete SMTP proxy class.  Uses `SMTPProxy' by
+        Use `classname' as the concrete SMTP proxy class.  Uses `PureProxy' by
         default.
 
     --debug