Skip to content
Prev Previous commit
Merge branch 'main' into simplify
  • Loading branch information
MartinThoma authored Jul 20, 2024
commit e325c796dccc7025c933f8e488cf82075100e382
2 changes: 1 addition & 1 deletion pypdf/_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class ObjectDeletionFlag(enum.IntFlag):
IMAGES = XOBJECT_IMAGES | INLINE_IMAGES | DRAWING_IMAGES


class PdfWriter:
class PdfWriter(PdfDocCommon):
"""
Write a PDF file out, given pages produced by another class or through
cloning a PDF file during initialization.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.