diff options
author | Federico Di Gregorio <fog@initd.org> | 2005-10-18 05:42:00 +0000 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2005-10-18 05:42:00 +0000 |
commit | 0c67c641a8ddbe2f19dc337fa617ab350733ef49 (patch) | |
tree | 7a2880513bfdb408fad7352e9cdedededd2c4833 /lib/extras.py | |
parent | 3168e7b95d2eceb165bef55cd8c8f6e05872b531 (diff) | |
download | psycopg2-0c67c641a8ddbe2f19dc337fa617ab350733ef49.tar.gz |
Better docstrings for lib/ modules.
Diffstat (limited to 'lib/extras.py')
-rw-r--r-- | lib/extras.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/extras.py b/lib/extras.py index 16fc555..39adf0c 100644 --- a/lib/extras.py +++ b/lib/extras.py @@ -1,6 +1,6 @@ -"""Miscellaneous goodies for psycopg +"""Miscellaneous goodies for psycopg2 -This module is a generic place used to hold little helper function +This module is a generic place used to hold little helper functions and classes untill a better place in the distribution is found. """ # psycopg/extras.py - miscellaneous extra goodies for psycopg |