]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] IDLE: fix dedent() usage in htest (GH-152256) (#152342)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 26 Jun 2026 23:13:47 +0000 (01:13 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2026 23:13:47 +0000 (23:13 +0000)
commitba4084fa1767278b5703cad90c7a15067a3e5017
tree4b6dfad784909403550611b6e682a0cbb3e793a9
parentd19b93a6fcacd2914ab60f181b27614f07189a08
[3.15] IDLE: fix dedent() usage in htest (GH-152256) (#152342)

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