mirror of
https://github.com/python/cpython.git
synced 2025-09-17 22:20:23 +00:00
Issue #5341: Fix a variety of spelling errors.
This commit is contained in:
parent
a12a86e956
commit
3e4caeb3bf
56 changed files with 93 additions and 93 deletions
|
@ -2794,7 +2794,7 @@ class RawTurtle(TPen, TNavigator):
|
|||
|
||||
def _drawturtle(self):
|
||||
"""Manages the correct rendering of the turtle with respect to
|
||||
its shape, resizemode, strech and tilt etc."""
|
||||
its shape, resizemode, stretch and tilt etc."""
|
||||
screen = self.screen
|
||||
shape = screen._shapes[self.turtle.shapeIndex]
|
||||
ttype = shape._type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue