We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870fb86 commit 5f27945Copy full SHA for 5f27945
docs/guide/configuration.asciidoc
@@ -62,7 +62,7 @@ import ssl
62
# Python 3.6
63
es = Elasticsearch(
64
...,
65
- ssl_version=ssl.PROTOCOL_TSLv1_2
+ ssl_version=ssl.PROTOCOL_TLSv1_2
66
)
67
68
# Python 3.7+
0 commit comments