summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Kataev <bteamko@gmail.com>2019-07-08 21:32:20 +0500
committerMike Bayer <mike_mp@zzzcomputing.com>2019-07-17 20:51:06 -0400
commit4d58c434982a00598209306fbe6d1e7f20abc689 (patch)
treeea8e4b90ba400ee27b2b61f4ccc2b9654e53793c
parent2c6b16721031dfb0cffbd5c78003a275fdca4f80 (diff)
downloadsqlalchemy-4d58c434982a00598209306fbe6d1e7f20abc689.tar.gz
Small text error in json field doc
Small fix json field doc (cherry picked from commit 7b8ff3c335938532b70e6ffff212bd8f67c56add)
-rw-r--r--lib/sqlalchemy/sql/sqltypes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/sqltypes.py b/lib/sqlalchemy/sql/sqltypes.py
index 24796b474..7d30ed28c 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::