Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a04ff0f

Browse files
committed
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!)
1 parent 59811b1 commit a04ff0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/scripts/pindent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def reformat_filter(input = sys.stdin, output = sys.stdout,
340340
stepsize = STEPSIZE, tabsize = TABSIZE):
341341
pi = PythonIndenter(input, output, stepsize, tabsize)
342342
pi.reformat()
343-
# end def reformat
343+
# end def reformat_filter
344344

345345
class StringReader:
346346
def __init__(self, buf):

0 commit comments

Comments
 (0)