From 0be597e607574d805c8dd9b85b7e0a7518c4832c Mon Sep 17 00:00:00 2001 From: "Jorge Rodriguez (A.K.A. Tiriel)" Date: Mon, 5 Oct 2020 10:54:44 +0300 Subject: [PATCH] Update plugins/doc_fragments/mysql.py Co-authored-by: Andrew Klychkov --- plugins/doc_fragments/mysql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/doc_fragments/mysql.py b/plugins/doc_fragments/mysql.py index 2c3ddd5..9f6b465 100644 --- a/plugins/doc_fragments/mysql.py +++ b/plugins/doc_fragments/mysql.py @@ -65,7 +65,7 @@ options: check_hostname: description: - Whether to validate the server host name when an SSL connection is required. - - Setting this to False disables hostname verification. Use with caution. + - Setting this to C(false) disables hostname verification. Use with caution. - Requires pymysql >= 0.7.11. - This optoin has no effect on MySQLdb. type: bool