summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-07-17 20:50:24 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-07-17 20:50:24 -0400
commitc01f90de584f50f036c5b6d0c44074b4b3014da4 (patch)
tree811d0c71d70a8808b53df94e42a31503f1582614 /lib/sqlalchemy/sql
parentfc3a73b58e85835d4f8879aba711d7cc60a8f2ef (diff)
parent7b8ff3c335938532b70e6ffff212bd8f67c56add (diff)
downloadsqlalchemy-c01f90de584f50f036c5b6d0c44074b4b3014da4.tar.gz
Merge remote-tracking branch 'origin/pr/4769'
Change-Id: I7cf3c4c175c0f616cb167c6a89b1591be8210aec
Diffstat (limited to 'lib/sqlalchemy/sql')
-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 af19cb05d..7c7f2ac52 100644
--- a/lib/sqlalchemy/sql/sqltypes.py
+++ b/lib/sqlalchemy/sql/sqltypes.py
@@ -1939,7 +1939,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::