Skip to content

Commit bd25df4

Browse files
committed
Typo
1 parent 3050b6d commit bd25df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serena/symbol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ def insert_after_symbol_at_location(self, location: SymbolLocation, body: str, *
767767
col = 0
768768
line = pos["line"] + 1
769769
# make sure a suitable number of leading empty lines is used (at least 0/1 depending on the symbol type,
770-
# otherweise as many as the caller wanted to insert)
770+
# otherwise as many as the caller wanted to insert)
771771
original_leading_newlines = self._count_leading_newlines(body)
772772
body = body.lstrip("\r\n")
773773
min_empty_lines = 0

0 commit comments

Comments
 (0)