Skip to content

Commit 3dbc3d9

Browse files
authored
Address Issue aws#331 Typo in docstring for StreamDecryptor
Address Issue aws#331 Typo in docstring for StreamDecryptor by correctly referring to the class as a decryption utility as compared to encryption utility. (Utility is probably not the right word...)
1 parent 3b78bc6 commit 3dbc3d9

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
@@ -734,7 +734,7 @@ class DecryptorConfig(_ClientConfig):
734734

735735

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

0 commit comments

Comments
 (0)