We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c287d commit 3f5c095Copy full SHA for 3f5c095
src/aws_encryption_sdk/materials_managers/mpl/cmm.py
@@ -36,7 +36,7 @@ class CryptoMaterialsManagerFromMPL(CryptoMaterialsManager):
36
"""
37
In instances where encryption materials are provided by an implementation of the MPL's
38
`aws_cryptographic_materialproviders.mpl.references.MPL_ICryptographicMaterialsManager`,
39
- this maps the ESDK CMM interfaces to the MPL CMM.
+ this maps the ESDK-Python CMM interfaces to the MPL CMM.
40
41
42
mpl_cmm: 'MPL_ICryptographicMaterialsManager'
0 commit comments