]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)
authorTarjei Bærland <tarjeibaerland@gmail.com>
Fri, 30 Apr 2021 22:05:45 +0000 (00:05 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Apr 2021 22:05:45 +0000 (18:05 -0400)
commit0048c60f01deec4435748e851f9ec21b504d2d2f
tree0b275b4e5283f4b8cf43aa22d627d4f8deb7803d
parent726c931b3896dc73fd156e2340b5ef0b8f55cfb7
bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)

'e ,' to 'e, '.
Lib/turtle.py