Skip to content

Commit af6f61d

Browse files
committed
Changes in one_kms_cmk and made random plaintext static
1 parent 1bb655e commit af6f61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/one_kms_cmk.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
1111
# ANY KIND, either express or implied. See the License for the specific
1212
# language governing permissions and limitations under the License.
13-
"""Example showing basic encryption and decryption using one KMS CMK of a value already in memory."""
13+
"""Example showing basic encryption and decryption of a value already in memory using one KMS CMK."""
1414
import aws_encryption_sdk
1515

1616

0 commit comments

Comments
 (0)