From: Denis Kataev Date: Mon, 8 Jul 2019 16:32:20 +0000 (+0500) Subject: Small text error in json field doc X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d9dbf0564633fc37fa851ddd46fe6073d2bcfd9;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 9e893fd497..4dbed343be 100644 --- a/lib/sqlalchemy/sql/sqltypes.py +++ b/lib/sqlalchemy/sql/sqltypes.py @@ -1922,7 +1922,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::