]> granicus.if.org Git - python/commit
fix error message in ast.c (#6776)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sun, 13 May 2018 21:04:53 +0000 (17:04 -0400)
committerFred Drake <fred@fdrake.net>
Sun, 13 May 2018 21:04:53 +0000 (17:04 -0400)
commit898ff92dac30264fccb34783494889b026148f6d
treefd6581f6085fb77f8c30da7a42e65221f2f66a85
parent1e2ec8a996daec65d8d5a3d43b66a9909c6d0653
fix error message in ast.c (#6776)

small_stmt -> compound_stmt
Python/ast.c