mysql_info: fix typo (#62067)
This commit is contained in:
parent
8b24fe1f0a
commit
e589e22b7e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue