diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:06:32 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:06:32 -0400 |
commit | 82a66777a8f7f9ac82d00216d1a76f10411a9aab (patch) | |
tree | 781ef97707fb71f8a7b95f44520904fa6b48c4c6 /python/PyGreSQL | |
parent | d2a8ab0580fd1d8a9063fe3f9dfbce07bd059072 (diff) |
python/PyGreSQL: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/PyGreSQL')
-rw-r--r-- | python/PyGreSQL/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/PyGreSQL/README b/python/PyGreSQL/README index 2ac39fc87dd33..8bd3788b777cc 100644 --- a/python/PyGreSQL/README +++ b/python/PyGreSQL/README @@ -1,3 +1,3 @@ -PyGreSQL is an open-source Python module that interfaces to a PostgreSQL -database. It embeds the PostgreSQL query library to allow easy use of the -powerful PostgreSQL features from a Python script. +PyGreSQL is an open-source Python module that interfaces to a +PostgreSQL database. It embeds the PostgreSQL query library to allow +easy use of the powerful PostgreSQL features from a Python script. |