Fixed json doc error

This commit is contained in:
Daniele Varrazzo 2012-09-25 00:12:57 +01:00
parent 71e2f190c2
commit b894539007

View File

@ -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):