Skip to content

Commit 1e42a75

Browse files
author
Lucas McDonald
committed
m
1 parent 9becfb3 commit 1e42a75

File tree

1 file changed

+7
-7
lines changed
  • DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted

1 file changed

+7
-7
lines changed

DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted/item.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ def encrypt_python_item(
7272
(parsed `aws_dbe_head` value).
7373
7474
Example:
75-
>>> plaintext_item = {
76-
... 'some': 'data',
77-
... 'more': 5
78-
... }
79-
>>> encrypt_output = item_encryptor.encrypt_python_item(plaintext_item)
80-
>>> encrypted_item = encrypt_output.encrypted_item
81-
>>> header = encrypt_output.parsed_header
75+
>>> plaintext_item = {
76+
... 'some': 'data',
77+
... 'more': 5
78+
... }
79+
>>> encrypt_output = item_encryptor.encrypt_python_item(plaintext_item)
80+
>>> encrypted_item = encrypt_output.encrypted_item
81+
>>> header = encrypt_output.parsed_header
8282
8383
"""
8484
plaintext_ddb_item = dict_to_ddb(plaintext_dict_item)

0 commit comments

Comments
 (0)