From 70fad1e22b787732c403a4f3994bb49d9ad73d53 Mon Sep 17 00:00:00 2001
From: tanujdhir <tanujdhir@google.com>
Date: Wed, 28 Aug 2019 06:20:28 -0700
Subject: [PATCH] Delete stray single quote.

PiperOrigin-RevId: 265895143
---
 python/aead/aead.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/aead/aead.py b/python/aead/aead.py
index fb62f409c..7d7336e23 100644
--- a/python/aead/aead.py
+++ b/python/aead/aead.py
@@ -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.
-- 
GitLab