When I compile the Python code below, I get
IndentationError: unindent does not match any outer indentation level
For what its worth, my docstring was indented too much and this also throws the same error
class junk: """docstring is indented too much""" def fun(): return