From 8e43be946a11a89bfd737043abcdcda02819d682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Mon, 12 Jan 2015 13:46:13 +0100 Subject: [PATCH] Fixing certifi spellinf. Thanks jezdez! --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index d0a0ae08..bb39fd58 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -159,7 +159,7 @@ elasticsearch cluster, including certificate verification and http auth:: By default SSL certificates won't be verified, pass in ``verify_certs=True`` to make sure your certificates will get verified. The client doesn't ship with any CA certificates; easiest way to obtain the - common set is by using the `certify`_ package (as shown above). + common set is by using the `certifi`_ package (as shown above). See class :class:`~elasticsearch.Urllib3HttpConnection` for detailed description of the options.