]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Small text error in json field doc 4769/head
authorDenis Kataev <bteamko@gmail.com>
Mon, 8 Jul 2019 16:32:20 +0000 (21:32 +0500)
committerGitHub <noreply@github.com>
Mon, 8 Jul 2019 16:32:20 +0000 (21:32 +0500)
Small fix json field doc

lib/sqlalchemy/sql/sqltypes.py

index 6a520a2d59d22799d0e710bee94c57e96cfa2ea7..f363a3ffdf14379319515b566d86d9340e9320bc 100644 (file)
@@ -1941,7 +1941,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::