Skip to content

Commit a91a257

Browse files
authored
Fix simple typo
1 parent 7d7f6a4 commit a91a257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyls/plugins/folding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def __compute_folding_ranges(tree, lines):
179179
# Skip newline nodes
180180
continue
181181
elif isinstance(node, tree_nodes.PythonErrorNode):
182-
# Fallback to identation-based (best-effort) folding
182+
# Fallback to indentation-based (best-effort) folding
183183
start_line, _ = node.start_pos
184184
start_line -= 1
185185
padding = [''] * start_line

0 commit comments

Comments
 (0)