]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
IDLE: fix dedent() usage in htest (#152256)
authorInada Naoki <songofacandy@gmail.com>
Fri, 26 Jun 2026 22:47:33 +0000 (07:47 +0900)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2026 22:47:33 +0000 (18:47 -0400)
commit74272d4f0b8478c1d879671ba35ec4ddaae50178
tree8d9bde100883fc4797bb7247836fe5932f5c47b6
parent1d6d33c33f9a7df675e83d4d2ae82997188461e8
IDLE: fix dedent() usage in htest (#152256)

Fix typos: in #112642, initial string concatenation quotes were left when switching to textwrap.dedent().
Lib/idlelib/idle_test/htest.py