mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 08:56:34 +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
|
function. If none is provided, the standard :py:func:`json.dumps()` is
|
||||||
used (`!simplejson` for Python < 2.6;
|
used (`!simplejson` for Python < 2.6;
|
||||||
`~psycopg2.extensions.ISQLQuote.getquoted()` will raise `!ImportError` if
|
`~psycopg2.extensions.ISQLQuote.getquoted()` will raise `!ImportError` if
|
||||||
the module is available).
|
the module is not available).
|
||||||
|
|
||||||
"""
|
"""
|
||||||
def __init__(self, adapted, dumps=None):
|
def __init__(self, adapted, dumps=None):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user