]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777) (GH-19784)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Apr 2020 09:42:05 +0000 (02:42 -0700)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 09:42:05 +0000 (02:42 -0700)
commitadb1f853482e75e81ae0ae7307318a1051ca46b5
treee7d9fc63494e6f0f66c5e0e0568193e1e8129793
parent25def5f2187154ccb6d75751f395a949f4726b1c
[3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777) (GH-19784)

[3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777)

* Addresses a syntax typo that mistakenly used a undefined string prefix due to a missing space.

(cherry picked from commit 49f70db83e2c62ad06805927f53f6c3e8f4b798e)

Co-authored-by: Miro HronĨok <miro@hroncok.cz>
(cherry picked from commit cc011b5190b63f0be561ddec38fc4cd9e60cbf6a)

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Lib/turtledemo/__main__.py