Fixed a typo in a comment

This commit is contained in:
Alex Gaynor
2016-01-03 10:49:50 -05:00
parent be4d56c353
commit dc3a2da9b1
+1 -1
View File
@@ -31,7 +31,7 @@ else:
install_requires.append('mock')
if sys.version_info < (2, 7, 9):
# For secure SSL connexion with Python 2.7 (InsecurePlatformWarning)
# For secure SSL connection with Python 2.7 (InsecurePlatformWarning)
install_requires.append('ndg-httpsclient')
install_requires.append('pyasn1')