From: R. David Murray Date: Sat, 23 May 2009 02:19:36 +0000 (+0000) Subject: Fix spelling left over from testing. X-Git-Tag: v2.7a1~1124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8254d3984015b8965a33e3ddb8c6fc104090eafd;p=thirdparty%2FPython%2Fcpython.git Fix spelling left over from testing. --- diff --git a/Lib/test/test_smtpnet.py b/Lib/test/test_smtpnet.py index 73bc28a3fbb8..2108df5f940a 100644 --- a/Lib/test/test_smtpnet.py +++ b/Lib/test/test_smtpnet.py @@ -11,7 +11,7 @@ class SmtpSSLTest(unittest.TestCase): remotePort = 465 def test_connect(self): - test_support.get_attribute(smtplib, 'SMTP_SSLX') + test_support.get_attribute(smtplib, 'SMTP_SSL') server = smtplib.SMTP_SSL(self.testServer, self.remotePort) server.ehlo() server.quit()