Skip to content
Snippets Groups Projects
Commit 70fad1e2 authored by tanujdhir's avatar tanujdhir Committed by Copybara-Service
Browse files

Delete stray single quote.

PiperOrigin-RevId: 265895143
parent 1c82e7c9
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class Aead(object):
@abc.abstractmethod
def decrypt(self, ciphertext: bytes, associated_data: bytes) -> bytes:
"""Decrypts ciphertext' with associated_data.
"""Decrypts ciphertext with associated_data.
The decryption verifies the authenticity and integrity of the associated
data, but there are no guarantees with respect to secrecy of that data.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment