Commit a04ff0fb authored by Guido van Rossum's avatar Guido van Rossum

Running the program through itself reveals that one end tag was

mislabeled.

(Using -c and then -e rearranges some comments, so I won't check that
in -- but it's a good test anyway.

Note that pindent is not perfect -- e.g. it doesn't know about
triple-quoted strings!)
parent 59811b18
......@@ -340,7 +340,7 @@ def reformat_filter(input = sys.stdin, output = sys.stdout,
stepsize = STEPSIZE, tabsize = TABSIZE):
pi = PythonIndenter(input, output, stepsize, tabsize)
pi.reformat()
# end def reformat
# end def reformat_filter
class StringReader:
def __init__(self, buf):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment