Skip to content

Commit

Permalink
STY: DOC of compress_content_streams (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jul 5, 2022
1 parent ffacabc commit 1e9c4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyPDF2/_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ def compress_content_streams(self) -> None:
applying a FlateDecode filter.
However, it is possible that this function will perform no action if
content stream compression becomes "automatic" for some reason.
content stream compression becomes "automatic".
"""
content = self.get_contents()
if content is not None:
Expand Down

0 comments on commit 1e9c4dd

Please sign in to comment.