File tree 1 file changed +2
-2
lines changed
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
387
387
# on MongoClient, Database, or Collection.
388
388
coll.codec_options)
389
389
390
- # Create a new data key and json schema for the encryptedField.
390
+ # Create a new data key for the encryptedField.
391
391
data_key_id = client_encryption.create_data_key(
392
392
'local', key_alt_names=['pymongo_encryption_example_3'])
393
393
@@ -472,7 +472,7 @@ To configure automatic *decryption* without automatic *encryption* set
472
472
# on MongoClient, Database, or Collection.
473
473
coll.codec_options)
474
474
475
- # Create a new data key and json schema for the encryptedField.
475
+ # Create a new data key for the encryptedField.
476
476
data_key_id = client_encryption.create_data_key(
477
477
'local', key_alt_names=['pymongo_encryption_example_4'])
478
478
You can’t perform that action at this time.
0 commit comments