From 0d9dbf0564633fc37fa851ddd46fe6073d2bcfd9 Mon Sep 17 00:00:00 2001 From: Denis Kataev Date: Mon, 8 Jul 2019 21:32:20 +0500 Subject: [PATCH] Small text error in json field doc Small fix json field doc (cherry picked from commit 7b8ff3c335938532b70e6ffff212bd8f67c56add) --- lib/sqlalchemy/sql/sqltypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.47.2