File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ Explicit encryption is a MongoDB community feature and does not use the
387387 # on MongoClient, Database, or Collection.
388388 coll.codec_options)
389389
390- # Create a new data key and json schema for the encryptedField.
390+ # Create a new data key for the encryptedField.
391391 data_key_id = client_encryption.create_data_key(
392392 'local', key_alt_names=['pymongo_encryption_example_3'])
393393
@@ -472,7 +472,7 @@ To configure automatic *decryption* without automatic *encryption* set
472472 # on MongoClient, Database, or Collection.
473473 coll.codec_options)
474474
475- # Create a new data key and json schema for the encryptedField.
475+ # Create a new data key for the encryptedField.
476476 data_key_id = client_encryption.create_data_key(
477477 'local', key_alt_names=['pymongo_encryption_example_4'])
478478
You can’t perform that action at this time.
0 commit comments