mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-24 19:31:30 -07:00
Reformat ending sentence with a dot
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
a20df80acc
commit
9fd2e58f22
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue