问题
I am using spyder IDE for python coding. I copied the code from some source,it works fine. But when I make edits in it indentation error occurs. There is always some mistake in the alignment of my edit and the other part of code. Code is quite large I can't re indent it.
回答1:
In Spyder v3.0.0, go to Source --> Fix Indentation. That worked for me.
来源:https://stackoverflow.com/questions/26780925/spyder-python-indentation