Skip to content

Commit 179b334

Browse files
author
James William Pye
committed
Ditto.
1 parent 77f8ba8 commit 179b334

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

postgresql/lib/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
##
2-
# .lib - query libraries; manage SQL outside of Python.
2+
# .lib - libraries; manage SQL outside of Python.
33
##
44
"""
5-
PostgreSQL query libraries.
5+
PostgreSQL statement and object libraries.
66
7-
The purpose of query libraries is provide a means to manage a mapping of symbols
7+
The purpose of a library is provide a means to manage a mapping of symbols
88
to database operations or objects. These operations can be simple statements,
99
procedures, or something more complex.
1010

0 commit comments

Comments
 (0)