mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
#7271: fix typo.
This commit is contained in:
parent
e471b9b400
commit
1a22e87a30
1 changed files with 1 additions and 1 deletions
|
@ -1901,7 +1901,7 @@ The public classes of the module :mod:`turtle`
|
|||
Subclass of TurtleScreen, with :ref:`four methods added <screenspecific>`.
|
||||
|
||||
|
||||
.. class:: ScrolledCavas(master)
|
||||
.. class:: ScrolledCanvas(master)
|
||||
|
||||
:param master: some Tkinter widget to contain the ScrolledCanvas, i.e.
|
||||
a Tkinter-canvas with scrollbars added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue