]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] IDLE: fix dedent() usage in htest (GH-152256) (#152344)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 26 Jun 2026 23:11:27 +0000 (01:11 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2026 23:11:27 +0000 (23:11 +0000)
commitfd6562e2264a55fd3e8d01b65dd62d2c4b5b7bb5
tree9cfca84ed2af63b776b8e22528525a9b6a63a30c
parent26ccc733c7c4ff2dbb0c99eb406465020a736acd
[3.13] IDLE: fix dedent() usage in htest (GH-152256) (#152344)

IDLE: fix dedent() usage in htest (GH-152256)

Fix typos: in GH-112642, initial string concatenation quotes were left when switching to textwrap.dedent().
(cherry picked from commit 74272d4f0b8478c1d879671ba35ec4ddaae50178)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Lib/idlelib/idle_test/htest.py