Skip to content

Commit f6e81d6

Browse files
committed
Address #4412
This is just a typo ...
1 parent 8d60aab commit f6e81d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,7 @@ def get_acroform(doc):
19221922

19231923
# remove "P" owning page reference from all widgets of all source pages
19241924
for i in src_range:
1925-
src_page = src[src_range[i]]
1925+
src_page = src[i]
19261926
for xref in [
19271927
xref
19281928
for xref, wtype, _ in src_page.annot_xrefs()

0 commit comments

Comments
 (0)