fix grammar in docstring
This commit is contained in:
parent
7fe405a27d
commit
919be9e15f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
"""
|
"""
|
||||||
This module defines Celery_ tasks to manage MySQL users and database.
|
This module defines Celery_ tasks to manage MySQL users and databases.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
from __future__ import absolute_import, unicode_literals
|
from __future__ import absolute_import, unicode_literals
|
||||||
|
|
Loading…
Reference in a new issue