diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index da38c1ddaf7..759997a818d 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -1901,7 +1901,7 @@ The public classes of the module :mod:`turtle` Subclass of TurtleScreen, with :ref:`four methods added `. -.. class:: ScrolledCavas(master) +.. class:: ScrolledCanvas(master) :param master: some Tkinter widget to contain the ScrolledCanvas, i.e. a Tkinter-canvas with scrollbars added