From: Denis Kataev Date: Mon, 8 Jul 2019 16:32:20 +0000 (+0500) Subject: Small text error in json field doc X-Git-Tag: rel_1_4_0b1~793^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4769%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Small text error in json field doc Small fix json field doc --- diff --git a/lib/sqlalchemy/sql/sqltypes.py b/lib/sqlalchemy/sql/sqltypes.py index 6a520a2d59..f363a3ffdf 100644 --- a/lib/sqlalchemy/sql/sqltypes.py +++ b/lib/sqlalchemy/sql/sqltypes.py @@ -1941,7 +1941,7 @@ class JSON(Indexable, TypeEngine): data = {"key1": "value1", "key2": "value2"} ) - The base :class:`.types.JSON` provides these two operations: + The base :class:`.types.JSON` provides these operations: * Keyed index operations::