]> 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:02 +0000 (20:51 -0400)
Small fix json field doc

(cherry picked from commit 7b8ff3c335938532b70e6ffff212bd8f67c56add)

lib/sqlalchemy/sql/sqltypes.py

index 9e893fd497a07c6c2e2c3124a4c32489b64ff08a..4dbed343beee7acad6e14074165bc1de2904ec2e 100644 (file)
@@ -1922,7 +1922,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::