summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-05-23 02:19:36 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-05-23 02:19:36 (GMT)
commit8254d3984015b8965a33e3ddb8c6fc104090eafd (patch)
treeb799446eb36716a424f35e997125bfd303fec5ea /Lib
parent812e1c80c4f1b85ad8f9480986041c91f4915c59 (diff)
downloadcpython-8254d3984015b8965a33e3ddb8c6fc104090eafd.zip
cpython-8254d3984015b8965a33e3ddb8c6fc104090eafd.tar.gz
cpython-8254d3984015b8965a33e3ddb8c6fc104090eafd.tar.bz2
Fix spelling left over from testing.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_smtpnet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_smtpnet.py b/Lib/test/test_smtpnet.py
index 73bc28a..2108df5 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()