Reputation: 231
Here is a picture of my problem in idle it says that I have an expected indent error and can't figure out what to do.
Upvotes: 0
Views: 681
Reputation: 34145
You have to indent the doc strings to the same level as your code.
Upvotes: 3
Reputation: 599470
All your docstrings should be aligned one more step: they should line up with the code inside the methods, not with the method definitions.
Upvotes: 8