Skip to content

Commit fc26881

Browse files
kevinAlbsShaneHarvey
authored andcommitted
Fix typo in client side encryption examples (#435)
1 parent eed8e29 commit fc26881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/examples/encryption.rst

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)