mirror of https://github.com/python/cpython.git
#7271: fix typo.
This commit is contained in:
parent
e471b9b400
commit
1a22e87a30
|
@ -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…
Reference in New Issue