From 9fd2e58f22aa8faa0af26e9457b4c6a995e2730f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Inderm=C3=BChle?= Date: Fri, 27 Jan 2023 08:36:46 +0100 Subject: [PATCH] Reformat ending sentence with a dot Co-authored-by: Andrew Klychkov --- plugins/module_utils/mysql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/module_utils/mysql.py b/plugins/module_utils/mysql.py index fa438f3..a467d65 100644 --- a/plugins/module_utils/mysql.py +++ b/plugins/module_utils/mysql.py @@ -56,7 +56,7 @@ def get_driver_name(mysql_driver): def get_driver_version(mysql_driver): """ (class) -> str Return the version of pymysql or mysqlclient (MySQLdb). - If the driver name is unknown, this method also return 'Unknown' + If the driver name is unknown, this method also return 'Unknown'. """ if mysql_driver is None: