mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Fixed a typo in a comment
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ else:
|
|||||||
install_requires.append('mock')
|
install_requires.append('mock')
|
||||||
|
|
||||||
if sys.version_info < (2, 7, 9):
|
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('ndg-httpsclient')
|
||||||
install_requires.append('pyasn1')
|
install_requires.append('pyasn1')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user