diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-10-18 21:26:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 21:26:39 +0900 |
commit | d24ccb85578a7d1bbd22742e69f5dead0b52f140 (patch) | |
tree | 75871931452679a62a717993e77d5a0a81d5e196 | |
parent | 8141b950b5f79ae32fb345fa9d4cf4302258326d (diff) | |
parent | ee24592905d85c16f66e445a654c7b0ace715a6d (diff) | |
download | sphinx-git-d24ccb85578a7d1bbd22742e69f5dead0b52f140.tar.gz |
Merge pull request #4161 from tony/patch-2
Typo
-rw-r--r-- | sphinx/util/requests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/requests.py b/sphinx/util/requests.py index 3dc1a30b2..fb8761481 100644 --- a/sphinx/util/requests.py +++ b/sphinx/util/requests.py @@ -109,7 +109,7 @@ def ignore_insecure_warning(**kwargs): def _get_tls_cacert(url, config): # type: (unicode, Config) -> Union[str, bool] - """Get addiotinal CA cert for a specific URL. + """Get additional CA cert for a specific URL. This also returns ``False`` if verification is disabled. And returns ``True`` if additional CA cert not found. |