File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ interface.
3131 Note that other values are not treated this way, and might only work
3232 with a specific backend.
3333
34- The optional arguments *stdin * and *stdout * specify the input and output file
35- objects that the Cmd instance or subclass instance will use for input and
34+ The optional arguments *stdin * and *stdout * specify the input and output file
35+ objects that the Cmd instance or subclass instance will use for input and
3636 output. If not specified, they will default to :data: `sys.stdin ` and
3737 :data: `sys.stdout `.
3838
@@ -283,7 +283,7 @@ immediate playback::
283283 'Return turtle to the home position: HOME'
284284 home()
285285 def do_circle(self, arg):
286- 'Draw circle with given radius an options extent and steps: CIRCLE 50'
286+ 'Draw circle with given radius, an optional extent and steps: CIRCLE 50'
287287 circle(*parse(arg))
288288 def do_position(self, arg):
289289 'Print the current turtle position: POSITION'
You can’t perform that action at this time.
0 commit comments