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:
Hugo van Kemenade 2023-03-13 11:24:52 +02:00 committed by GitHub
parent 5d677c556f
commit 78e4e6c3d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 28 deletions

View file

@ -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 -