Skip to content

Commit f8a6017

Browse files
author
AJ (Ashitosh Jedhe)
committed
Fix trailing whitespace lint error
1 parent fe9ebb7 commit f8a6017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presidio-analyzer/presidio_analyzer/chunkers/character_based_text_chunker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(
4747

4848
self._chunk_size = chunk_size
4949
self._chunk_overlap = chunk_overlap
50-
# Allow callers to tune boundaries
50+
# Allow callers to tune boundaries
5151
# (e.g., punctuation, tabs) without changing defaults.
5252
self._boundary_chars: Tuple[str, ...] = (
5353
tuple(boundary_chars) if boundary_chars is not None else WORD_BOUNDARY_CHARS

0 commit comments

Comments
 (0)