diff options
author | Kurt McKee <contactme@kurtmckee.org> | 2018-01-20 16:42:10 -0600 |
---|---|---|
committer | Kurt McKee <contactme@kurtmckee.org> | 2018-01-20 21:20:09 -0600 |
commit | cd6c88dc0e63825bba63f1b21f9e6e973932d33b (patch) | |
tree | faf1aeebe5727747fcbdbf7c8b669034cbb34837 /sphinx/setup_command.py | |
parent | beefd445c1b235afad1d53f6d0d5855761d7f871 (diff) | |
download | sphinx-git-cd6c88dc0e63825bba63f1b21f9e6e973932d33b.tar.gz |
Convert in-code HTTP URL's to HTTPS, including examples
Diffstat (limited to 'sphinx/setup_command.py')
-rw-r--r-- | sphinx/setup_command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py index cd89fe7f7..760e00332 100644 --- a/sphinx/setup_command.py +++ b/sphinx/setup_command.py @@ -120,7 +120,7 @@ class BuildDoc(Command): # Overriding distutils' Command._ensure_stringlike which doesn't support # unicode, causing finalize_options to fail if invoked again. Workaround - # for http://bugs.python.org/issue19570 + # for https://bugs.python.org/issue19570 def _ensure_stringlike(self, option, what, default=None): # type: (unicode, unicode, Any) -> Any val = getattr(self, option) |