Skip to content

Commit 8166d96

Browse files
committed
MAINT: _writer: Fix docstring for _merge_content_stream_to_page
1 parent d76976b commit 8166d96

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
@@ -871,8 +871,7 @@ def _merge_content_stream_to_page(
871871
new_content_data: bytes,
872872
) -> None:
873873
"""
874-
Combines existing content stream(s) with new content (as bytes),
875-
and returns a new single StreamObject.
874+
Combines existing content stream(s) with new content (as bytes).
876875
877876
Args:
878877
page: The page to which the new content data will be added.

0 commit comments

Comments
 (0)