Skip to content

Commit 3f5c095

Browse files
Update src/aws_encryption_sdk/materials_managers/mpl/cmm.py
Co-authored-by: seebees <[email protected]>
1 parent 14c287d commit 3f5c095

File tree

1 file changed

+1
-1
lines changed
  • src/aws_encryption_sdk/materials_managers/mpl

1 file changed

+1
-1
lines changed

src/aws_encryption_sdk/materials_managers/mpl/cmm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CryptoMaterialsManagerFromMPL(CryptoMaterialsManager):
3636
"""
3737
In instances where encryption materials are provided by an implementation of the MPL's
3838
`aws_cryptographic_materialproviders.mpl.references.MPL_ICryptographicMaterialsManager`,
39-
this maps the ESDK CMM interfaces to the MPL CMM.
39+
this maps the ESDK-Python CMM interfaces to the MPL CMM.
4040
"""
4141

4242
mpl_cmm: 'MPL_ICryptographicMaterialsManager'

0 commit comments

Comments
 (0)