Skip to content

Commit

Permalink
chore: Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnasism committed Mar 26, 2024
1 parent 88a2a04 commit 55ab972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hotpdf/memory_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def __init__(self) -> None:
"""Initialize the MemoryMap. 2D Matrix representation of a PDF Page.
Args:
width (int): The width (max columns) of a page.
height (int) The height (max rows) of a page.
width (int): The width of a page.
height (int) The height of a page.
"""
self.text_trie = Trie()
self.span_map = SpanMap()
Expand Down

0 comments on commit 55ab972

Please sign in to comment.