summaryrefslogtreecommitdiffstats
path: root/Lib/turtle.py
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-03-13 09:24:52 (GMT)
committerGitHub <noreply@github.com>2023-03-13 09:24:52 (GMT)
commit78e4e6c3d71980d4e6687f07afa6ddfc83e29b04 (patch)
treebed79d24424890ba530f783526f5579d76f835b8 /Lib/turtle.py
parent5d677c556f03a34d1c2d86e4cc96025870c20c12 (diff)
downloadcpython-78e4e6c3d71980d4e6687f07afa6ddfc83e29b04.zip
cpython-78e4e6c3d71980d4e6687f07afa6ddfc83e29b04.tar.gz
cpython-78e4e6c3d71980d4e6687f07afa6ddfc83e29b04.tar.bz2
gh-101100: Fix Sphinx warnings in `turtle` module (#102340)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Diffstat (limited to 'Lib/turtle.py')
-rw-r--r--Lib/turtle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/turtle.py b/Lib/turtle.py
index 6abf9f7..1b36932 100644
--- a/Lib/turtle.py
+++ b/Lib/turtle.py
@@ -954,7 +954,7 @@ class Tbuffer(object):
class TurtleScreen(TurtleScreenBase):
- """Provides screen oriented methods like setbg etc.
+ """Provides screen oriented methods like bgcolor etc.
Only relies upon the methods of TurtleScreenBase and NOT
upon components of the underlying graphics toolkit -