commit | 8ee6f71b1a09f4077e22c840a16833518c56089a | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Feb 15 14:02:22 2024 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Tue Feb 27 09:46:31 2024 -0700 |
tree | f372ea9821657acd9a89dc6dae5a6ef8659704ef | |
parent | 5c92d8456d3120bcfbbd0ad063d423411a8c685d [diff] |
Fix formatting buglet in python.c python.c has a split string that is missing a space. There's also a stray backslash in this code. Reviewed-By: Tom de Vries <tdevries@suse.de>