[issue43935] Fix typo in Turtle.back docstring

2021-04-30 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue43935] Fix typo in Turtle.back docstring

2021-04-30 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset e377ecf3b496c7719e6dffe3ebf3d0ef512cfb5b by Miss Islington (bot) in branch '3.8': bpo-43935: Fix typo in Turtle.back() docstring (GH-25581) https://github.com/python/cpython/commit/e377ecf3b496c7719e6dffe3ebf3d0ef512cfb5b -- _

[issue43935] Fix typo in Turtle.back docstring

2021-04-30 Thread miss-islington
miss-islington added the comment: New changeset a7f15ba5476051471638957b4d028097d080b290 by Miss Islington (bot) in branch '3.9': bpo-43935: Fix typo in Turtle.back() docstring (GH-25581) https://github.com/python/cpython/commit/a7f15ba5476051471638957b4d028097d080b290 -- _

[issue43935] Fix typo in Turtle.back docstring

2021-04-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +24454 pull_request: https://github.com/python/cpython/pull/25763 ___ Python tracker ___ __

[issue43935] Fix typo in Turtle.back docstring

2021-04-30 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 0048c60f01deec4435748e851f9ec21b504d2d2f by Tarjei Bærland in branch 'master': bpo-43935: Fix typo in Turtle.back() docstring (GH-25581) https://github.com/python/cpython/commit/0048c60f01deec4435748e851f9ec21b504d2d2f -- nosy: +terry.r

[issue43935] Fix typo in Turtle.back docstring

2021-04-30 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +24453 pull_request: https://github.com/python/cpython/pull/25762 ___ Python tracker _

[issue43935] Fix typo in Turtle.back docstring

2021-04-24 Thread Stéphane Wirtel
New submission from Stéphane Wirtel : Thank you for your contribution but as you know, you have to sign the CLA. https://github.com/python/cpython/pull/25581#issuecomment-826150064 -- nosy: +matrixise ___ Python tracker

[issue43935] Fix typo in Turtle.back docstring

2021-04-24 Thread Tarjei Bærland
Change by Tarjei Bærland : -- keywords: +patch pull_requests: +24301 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25581 ___ Python tracker ___ __

[issue43935] Fix typo in Turtle.back docstring

2021-04-24 Thread Tarjei Bærland
Change by Tarjei Bærland : -- assignee: docs@python components: Documentation nosy: docs@python, tarjeiba priority: normal severity: normal status: open title: Fix typo in Turtle.back docstring versions: Python 3.10 ___ Python tracker