mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-11 03:26:37 +03:00
Fixed json doc error
This commit is contained in:
parent
71e2f190c2
commit
b894539007
|
@ -56,7 +56,7 @@ class Json(object):
|
|||
function. If none is provided, the standard :py:func:`json.dumps()` is
|
||||
used (`!simplejson` for Python < 2.6;
|
||||
`~psycopg2.extensions.ISQLQuote.getquoted()` will raise `!ImportError` if
|
||||
the module is available).
|
||||
the module is not available).
|
||||
|
||||
"""
|
||||
def __init__(self, adapted, dumps=None):
|
||||
|
|
Loading…
Reference in New Issue
Block a user