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=4d58c434982a00598209306fbe6d1e7f20abc689;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 24796b4740..7d30ed28cb 100644 --- a/lib/sqlalchemy/sql/sqltypes.py +++ b/lib/sqlalchemy/sql/sqltypes.py @@ -1795,7 +1795,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::