]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777) (#19784)
authorKyle Stanley <aeros167@gmail.com>
Wed, 29 Apr 2020 03:11:18 +0000 (23:11 -0400)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 03:11:18 +0000 (23:11 -0400)
commitcc011b5190b63f0be561ddec38fc4cd9e60cbf6a
tree889036d5db9f87961af252623de0d3caa057d661
parent9412f4d1ad28d48d8bb4725f05fd8f8d0daf8cd2
[3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777) (#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>
Lib/turtledemo/__main__.py