Fixed a typo
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 52cfc0b..2e803bd 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -2325,7 +2325,7 @@
 +----------------+------------------------------+-----------------------+
 | round_dance    | dancing turtles rotating     | compound shapes, clone|
 |                | pairwise in opposite         | shapesize, tilt,      |
-|                | direction                    | get_polyshape, update |
+|                | direction                    | get_shapepoly, update |
 +----------------+------------------------------+-----------------------+
 | tree           | a (graphical) breadth        | :func:`clone`         |
 |                | first tree (using generators)|                       |