File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -419,8 +419,8 @@ def metadata(self) -> Optional[DocumentInformation]:
419
419
"""
420
420
Retrieve the PDF file's document information dictionary, if it exists.
421
421
422
- Note that some PDF files use metadata streams instead of document
423
- information dictionaries, and these metadata streams will not be
422
+ Note that some PDF files use metadata streams instead of document
423
+ information dictionaries, and these metadata streams will not be
424
424
accessed by this function.
425
425
"""
426
426
if TK .INFO not in self .trailer :
Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ def pages(self) -> List[PageObject]:
464
464
Property that emulates a list of :class:`PageObject<pypdf._page.PageObject>`.
465
465
this property allows to get a page or a range of pages.
466
466
467
- It also provides capability to remove a page or range of pages from
467
+ It also provides capability to remove a page or range of pages from
468
468
the list (through del operator).
469
469
Note: only the page entry is removed, as the objects beneath can be used
470
470
elsewhere.
@@ -976,6 +976,7 @@ def reattach_fields(
976
976
Args:
977
977
page: page to analyze.
978
978
If none is provided, all pages will be analyzed.
979
+
979
980
Returns:
980
981
list of reattached fields.
981
982
"""
You can’t perform that action at this time.
0 commit comments