Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10a2e8 commit 4e51128Copy full SHA for 4e51128
1 file changed
Doc/library/turtle.rst
@@ -1223,6 +1223,8 @@ Appearance
1223
>>> turtle.settiltangle(-45)
1224
>>> turtle.fd(50)
1225
1226
+ .. deprecated:: 3.1
1227
+
1228
1229
.. function:: tiltangle(angle=None)
1230
@@ -1236,8 +1238,6 @@ Appearance
1236
1238
between the orientation of the turtleshape and the heading of the
1237
1239
turtle (its direction of movement).
1240
- Deprecated since Python 3.1
-
1241
.. doctest::
1242
1243
>>> turtle.reset()
0 commit comments