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_3_6~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=194c7d3e3a464d453da0d46e4320b36257fc2236;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Small text error in json field doc Small fix json field doc (cherry picked from commit 7b8ff3c335938532b70e6ffff212bd8f67c56add) --- diff --git a/lib/sqlalchemy/sql/sqltypes.py b/lib/sqlalchemy/sql/sqltypes.py index a762ffdbdd..1a7e81f113 100644 --- a/lib/sqlalchemy/sql/sqltypes.py +++ b/lib/sqlalchemy/sql/sqltypes.py @@ -1938,7 +1938,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::