diff --git a/PyPDF2/pdf.py b/PyPDF2/pdf.py index ce69cc21a3..9bea5146fe 100644 --- a/PyPDF2/pdf.py +++ b/PyPDF2/pdf.py @@ -1395,7 +1395,7 @@ def mergePage(self, page2): # # @param page2 An instance of {@link #PageObject PageObject} to be merged # into this one. - # @param page2transformation A fuction which applies a transformation to + # @param page2transformation A function which applies a transformation to # the content stream of page2. Takes: page2 # contents stream. Must return: new contents # stream. If omitted, the content stream will