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

(cherry picked from commit 7b8ff3c335938532b70e6ffff212bd8f67c56add)

lib/sqlalchemy/sql/sqltypes.py

index a762ffdbdd04ebe2226357d54ffbf815dfcbb846..1a7e81f113e9509f7e067c125fd3bf8462bf02d5 100644 (file)
@@ -1938,7 +1938,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::