]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Small text error in json field doc
authorDenis Kataev <bteamko@gmail.com>
Mon, 8 Jul 2019 16:32:20 +0000 (21:32 +0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Jul 2019 00:51:06 +0000 (20:51 -0400)
Small fix json field doc

(cherry picked from commit 7b8ff3c335938532b70e6ffff212bd8f67c56add)

lib/sqlalchemy/sql/sqltypes.py

index 24796b47409058ba265e46c349fa88140b5d8472..7d30ed28cb44574c24243a385633ebf3a424a837 100644 (file)
@@ -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::