1 parent 4d368ae commit dfd809bCopy full SHA for dfd809b
1 file changed
samples/SodaBasic.py
@@ -3,7 +3,7 @@
3
#------------------------------------------------------------------------------
4
5
6
-# soda1.py
+# SodaBasic.py
7
# A basic Simple Oracle Document Access (SODA) example.
8
#
9
# This script requires cx_Oracle 7.0 and higher.
@@ -34,7 +34,7 @@
34
'order': 'asc' } ] }
35
collection.createIndex(indexSpec)
36
37
-# Insert a documents.
+# Insert a document.
38
# A system generated key is created by default.
39
content = {'name': 'Matilda', 'address': {'city': 'Melbourne'}}
40
doc = collection.insertOneAndGet(content)
0 commit comments