Skip to content

Commit

Permalink
DOC: Fix removeText docstring (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFessler authored Apr 5, 2022
1 parent cd435fd commit 77c5d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyPDF2/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 77c5d26

Please sign in to comment.