From 63633595cf33904926c3623536051ff0002f4ff9 Mon Sep 17 00:00:00 2001 From: Patrick Hagan <56281590+glerb@users.noreply.github.com> Date: Thu, 3 Aug 2023 14:42:13 -0700 Subject: [PATCH] Typo double negative (#3807) --- docs/source/guide/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guide/security.rst b/docs/source/guide/security.rst index 5f3a4c369b..2e22279831 100644 --- a/docs/source/guide/security.rst +++ b/docs/source/guide/security.rst @@ -186,7 +186,7 @@ If you are able to make a connection, you need to recompile OpenSSL and Python t Compile OpenSSL and Python ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -To ensure the SDK or CLI doesn't not negotiate for anything earlier than TLS 1.2, you need to recompile OpenSSL and Python. First copy the following content to create a script and run it:: +To ensure the SDK or CLI does not negotiate for anything earlier than TLS 1.2, you need to recompile OpenSSL and Python. First copy the following content to create a script and run it:: #!/usr/bin/env bash