Reformat ending sentence with a dot

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
Laurent Indermühle 2023-01-27 08:36:46 +01:00 committed by GitHub
parent a20df80acc
commit 9fd2e58f22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ def get_driver_name(mysql_driver):
def get_driver_version(mysql_driver): def get_driver_version(mysql_driver):
""" (class) -> str """ (class) -> str
Return the version of pymysql or mysqlclient (MySQLdb). 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: if mysql_driver is None: