Skip to content

Commit c8d9ff5

Browse files
committed
MAINT: _writer: Fix docstring for _merge_content_stream_to_page
1 parent ee922f3 commit c8d9ff5

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
@@ -822,8 +822,7 @@ def _merge_content_stream_to_page(
822822
new_content_data: bytes,
823823
) -> None:
824824
"""
825-
Combines existing content stream(s) with new content (as bytes),
826-
and returns a new single StreamObject.
825+
Combines existing content stream(s) with new content (as bytes).
827826
828827
Args:
829828
page: The page to which the new content data will be added.

0 commit comments

Comments
 (0)