Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c01f90d

Browse files
committed
Merge remote-tracking branch 'origin/pr/4769'
Change-Id: I7cf3c4c175c0f616cb167c6a89b1591be8210aec
2 parents fc3a73b + 7b8ff3c commit c01f90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sqlalchemy/sql/sqltypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,7 @@ class JSON(Indexable, TypeEngine):
19391939
data = {"key1": "value1", "key2": "value2"}
19401940
)
19411941
1942-
The base :class:`.types.JSON` provides these two operations:
1942+
The base :class:`.types.JSON` provides these operations:
19431943
19441944
* Keyed index operations::
19451945

0 commit comments

Comments
 (0)