mysql_info: fix typo (#62067)

This commit is contained in:
Andrey Klychkov 2019-09-10 17:10:35 +03:00 committed by Alicia Cozine
parent 8b24fe1f0a
commit e589e22b7e

View file

@ -183,7 +183,7 @@ class MySQL_Info(object):
Arguments:
module (AnsibleModule): Object of AnsibleModule class.
cursor (pymysql/mysql-python): Cursor class for interraction with
cursor (pymysql/mysql-python): Cursor class for interaction with
the database.
Note: