Boston Python Workshop 4/Friday/Windows text editor: Difference between revisions

Content added Content deleted
imported>Paulproteus
imported>Jesstess
No edit summary
 
Line 19: Line 19:
* Find the box labeled "Replace by space", and make sure it is '''checked'''
* Find the box labeled "Replace by space", and make sure it is '''checked'''
* Click Close.
* Click Close.

That's it! Now, you can hit tab to indent your code, and that indentation will actually be made of spaces. This change will help you use spaces consistently, so that Python doesn't get confused about whitespace.


== Success! ==
== Success! ==