Skip to content

Commit

Permalink
PLGN-405-Updating the docstring message to make it clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
rbowden-r7 committed Oct 31, 2023
1 parent eb686cb commit d82f3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/extractit/icon_extractit/util/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def extract_wrapped_words_from_pdf_page(
:param page: The PDF page from which to extract wrapped words.
:type: Page
:param provided_regex: The regex for the type of words to be searched for, eg emial/domain format. Defaults to "".
:param provided_regex: The regex for the type of words to be searched for, e.g. email/domain format.
:type: str
:param tolerance: The tolerance value for detecting wrapped words. Defaults to DEFAULT_PDF_WRAPPING_TOLERANCE.
Expand Down

0 comments on commit d82f3a2

Please sign in to comment.