Reputation: 201
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.
Upvotes: 20
Views: 40205
Reputation: 472
In Spyder v5.3.3, Also, go to Source --> Fix Indentation. That worked for me.
Upvotes: 5
Reputation: 1583
In Spyder v3.0.0, go to Source --> Fix Indentation. That worked for me.
Upvotes: 48