From 2b35106351c42e8a07d0e7fe728aa18eaefc1a8c Mon Sep 17 00:00:00 2001 From: Jeff Fessler Date: Sun, 3 May 2020 10:52:39 -0400 Subject: [PATCH] Fix docstring --- PyPDF2/pdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyPDF2/pdf.py b/PyPDF2/pdf.py index c5cae9e67..1e1bcc7e9 100644 --- a/PyPDF2/pdf.py +++ b/PyPDF2/pdf.py @@ -844,7 +844,7 @@ def removeImages(self, ignoreByteStringObject=False): def removeText(self, ignoreByteStringObject=False): """ - Removes images from this output. + Removes text from this output. :param bool ignoreByteStringObject: optional parameter to ignore ByteString Objects.