redbaron
redbaron copied to clipboard
Fix indentation when inserting multiple indented lines
Fix indentation when inserting multiple indented lines, per https://github.com/PyCQA/redbaron/issues/151
It is clear from stepping through the code in this scenario that the intent of the original author was to refer to previous.indent, not previous.indentation. c.f. two lines later where the two are assigned.