Skip to content

Commit 0d3cfa6

Browse files
authored
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 3b78bc6 commit 0d3cfa6

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)