Skip to content

Commit

Permalink
doc: address #331
Browse files Browse the repository at this point in the history
Address Issue #331 Typo in docstring for StreamDecryptor by correctly referring to the classes actions as decryption as compared to encryption.
  • Loading branch information
texastony committed Apr 15, 2021
1 parent 3b78bc6 commit 0d3cfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws_encryption_sdk/streaming_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ class DecryptorConfig(_ClientConfig):


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

0 comments on commit 0d3cfa6

Please sign in to comment.