Closed nemoyatpeace closed 8 years ago
Thanks for the feedback. We should add this.
Implementation note: docstrings must be indented properly, unlike comments.
http://stackoverflow.com/questions/11860064/indentationerror-from-comment-in-python https://docs.python.org/3.4/tutorial/controlflow.html#documentation-strings
This should be fixed by #75 which added support for triple quoted strings.
My favorite way to comment out a block of code is to put triple quotes around it, this doesn't seem to work with the parser: