From 7b8ff3c335938532b70e6ffff212bd8f67c56add Mon Sep 17 00:00:00 2001 From: Denis Kataev Date: Mon, 8 Jul 2019 21:32:20 +0500 Subject: Small text error in json field doc Small fix json field doc --- lib/sqlalchemy/sql/sqltypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/sql') diff --git a/lib/sqlalchemy/sql/sqltypes.py b/lib/sqlalchemy/sql/sqltypes.py index 6a520a2d5..f363a3ffd 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:: -- cgit v1.2.1