diff options
| -rw-r--r-- | lib/_json.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_json.py b/lib/_json.py index 9142c57..e117252 100644 --- a/lib/_json.py +++ b/lib/_json.py @@ -5,7 +5,7 @@ on psycopg2.extension, so I can't create the default JSON typecasters in extensions importing register_json from extras. """ -# psycopg/extras.py - miscellaneous extra goodies for psycopg +# psycopg/_json.py - Implementation of the JSON adaptation objects # # Copyright (C) 2012 Daniele Varrazzo <daniele.varrazzo@gmail.com> # |
