]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138772: Fix and improve documentation for turtle color functions (GH-139325)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 13 Oct 2025 15:32:16 +0000 (18:32 +0300)
committerGitHub <noreply@github.com>
Mon, 13 Oct 2025 15:32:16 +0000 (18:32 +0300)
commit525dcfe5236ee21b234cad16d2a3d5769e77e0ec
treea4b4dff17d937be0fd813d817f51710a933c3a89
parent88fc0a0fdcbda334eda8b44af2080e87274879f5
gh-138772: Fix and improve documentation for turtle color functions (GH-139325)

Use multiple signatures for clarity.
Explain different forms of bgcolor() in details.
Fix outdated docstrings.
Doc/library/turtle.rst
Lib/turtle.py