Skip to content

Commit ad28c29

Browse files
texastonyrobin-aws
authored andcommitted
doc: address #331
Address Issue #331 Typo in docstring for StreamDecryptor by correctly referring to the classes actions as decryption as compared to encryption.
1 parent d3c7aea commit ad28c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws_encryption_sdk/streaming_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ class DecryptorConfig(_ClientConfig):
730730

731731

732732
class StreamDecryptor(_EncryptionStream): # pylint: disable=too-many-instance-attributes
733-
"""Provides a streaming encryptor for encrypting a stream source.
733+
"""Provides a streaming decryptor for decrypting a stream source.
734734
Behaves as a standard file-like object.
735735
736736
.. note::

0 commit comments

Comments
 (0)