We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7f6a4 commit a91a257Copy full SHA for a91a257
pyls/plugins/folding.py
@@ -179,7 +179,7 @@ def __compute_folding_ranges(tree, lines):
179
# Skip newline nodes
180
continue
181
elif isinstance(node, tree_nodes.PythonErrorNode):
182
- # Fallback to identation-based (best-effort) folding
+ # Fallback to indentation-based (best-effort) folding
183
start_line, _ = node.start_pos
184
start_line -= 1
185
padding = [''] * start_line
0 commit comments