mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix typos in multiple .rst
files (#1668)
This commit is contained in:
parent
a632d00a1c
commit
3378b2062c
18 changed files with 31 additions and 31 deletions
|
@ -266,10 +266,10 @@ immediate playback::
|
|||
'Draw circle with given radius an options extent and steps: CIRCLE 50'
|
||||
circle(*parse(arg))
|
||||
def do_position(self, arg):
|
||||
'Print the current turle position: POSITION'
|
||||
'Print the current turtle position: POSITION'
|
||||
print('Current position is %d %d\n' % position())
|
||||
def do_heading(self, arg):
|
||||
'Print the current turle heading in degrees: HEADING'
|
||||
'Print the current turtle heading in degrees: HEADING'
|
||||
print('Current heading is %d\n' % (heading(),))
|
||||
def do_color(self, arg):
|
||||
'Set the color: COLOR BLUE'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue