Skip to content

Commit 5812614

Browse files
committed
fix: remove trailing whitespace
- Remove trailing whitespace from line 589
1 parent 7226bd2 commit 5812614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lazydocs/generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def _lines_isvalid(lines: list, start_index: int, blockindent: int,
586586
# start of an exception-type block
587587
# Check if this looks like a URL being incorrectly parsed
588588
match = _RE_ARGSTART.match(line)
589-
# Check if the part before the colon contains URL indicators or
589+
# Check if the part before the colon contains URL indicators or
590590
# is likely descriptive text rather than an argument name
591591
before_colon = match.group(1) if match else ""
592592

0 commit comments

Comments
 (0)