]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-138772: Fix and improve documentation for turtle color functions (GH-139325...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Oct 2025 15:56:31 +0000 (17:56 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Oct 2025 15:56:31 +0000 (15:56 +0000)
commit0e7893207bf5268f9e35dd7fcab11d23f0052856
tree2bec268c5f2a00a6310b00ac2f88944fb599d480
parent278384150a2eb58a66c47dc148b2ec11b45fb8d0
[3.13] gh-138772: Fix and improve documentation for turtle color functions (GH-139325) (GH-140048)

Use multiple signatures for clarity.
Explain different forms of bgcolor() in details.
Fix outdated docstrings.
(cherry picked from commit 525dcfe5236ee21b234cad16d2a3d5769e77e0ec)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/turtle.rst
Lib/turtle.py