mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
gh-101100: Fix Sphinx warnings in turtle module (#102340)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
This commit is contained in:
parent
5d677c556f
commit
78e4e6c3d7
2 changed files with 32 additions and 28 deletions
|
|
@ -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 -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue