diff options
author | Frederick Muriuki Muriithi | 2024-12-09 12:03:49 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-12-09 12:03:49 -0600 |
commit | 8fe95f372857a09c42ff9341a0e5439924b068df (patch) | |
tree | e2fc27446c6cf23d2d0128ee4a993ceca0f3a967 | |
parent | 48ee2d70bf31d576f87e6a02498b135f96591ed4 (diff) | |
download | gn-libs-8fe95f372857a09c42ff9341a0e5439924b068df.tar.gz |
Fix the module's documentation string.
-rw-r--r-- | gn_libs/mysqldb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn_libs/mysqldb.py b/gn_libs/mysqldb.py index aa11356..764412f 100644 --- a/gn_libs/mysqldb.py +++ b/gn_libs/mysqldb.py @@ -1,4 +1,4 @@ -"""This exte""" +"""This module handles connections to MariaDB using python-mysqlclient.""" import logging import contextlib from logging import Logger |