Skip to content

Commit

Permalink
Annotate return value
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jul 22, 2022
1 parent e1221a8 commit 848cc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyPDF2/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@ def line(
rect: Tuple[float, float, float, float],
text: str = "",
title_bar: str = "",
):
) -> DictionaryObject:
"""
Draw a line on the PDF.
Expand Down

0 comments on commit 848cc13

Please sign in to comment.