Skip to content

Commit 5f27945

Browse files
Fix typo
1 parent 870fb86 commit 5f27945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/configuration.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import ssl
6262
# Python 3.6
6363
es = Elasticsearch(
6464
...,
65-
ssl_version=ssl.PROTOCOL_TSLv1_2
65+
ssl_version=ssl.PROTOCOL_TLSv1_2
6666
)
6767
6868
# Python 3.7+

0 commit comments

Comments
 (0)