Skip to content

Commit

Permalink
improved comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juiwenchen committed Jan 22, 2024
1 parent fc488f7 commit 8b4447f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libpdf/models/rect.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Definition for PDF figures."""
"""Definition for PDF rects."""
from typing import TYPE_CHECKING, List

from libpdf.models.element import Element
Expand All @@ -23,7 +23,7 @@ def __init__(
position: 'Position',
links: List[Link],
textboxes: List[HorizontalBox],
non_stroking_color: str = None,
non_stroking_color: tuple = None,
):
"""Initialize the instance."""
super().__init__(position=position)
Expand Down

0 comments on commit 8b4447f

Please sign in to comment.