pythoncode-tutorials
pythoncode-tutorials copied to clipboard
Fix bug - textArea ranges extraction
the previous implementation would output [[1,2],[3,3]] instead of [[1,2],[3,4]] because i variable increase one by one instead of the expexted two by two