mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Typo
This commit is contained in:
parent
c743df4f60
commit
ee24592905
@ -109,7 +109,7 @@ def ignore_insecure_warning(**kwargs):
|
|||||||
|
|
||||||
def _get_tls_cacert(url, config):
|
def _get_tls_cacert(url, config):
|
||||||
# type: (unicode, Config) -> Union[str, bool]
|
# 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.
|
This also returns ``False`` if verification is disabled.
|
||||||
And returns ``True`` if additional CA cert not found.
|
And returns ``True`` if additional CA cert not found.
|
||||||
|
Loading…
Reference in New Issue
Block a user