Skip to content

Commit 5e6c41d

Browse files
committed
MAINT: _writer: Fix docstring for _merge_content_stream_to_page
1 parent 5252c2f commit 5e6c41d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pypdf/_writer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -797,8 +797,7 @@ def _merge_content_stream_to_page(
797797
new_content_data: bytes,
798798
) -> None:
799799
"""
800-
Combines existing content stream(s) with new content (as bytes),
801-
and returns a new single StreamObject.
800+
Combines existing content stream(s) with new content (as bytes).
802801
803802
Args:
804803
page: The page to which the new content data will be added.

0 commit comments

Comments
 (0)