summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy')
-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::