Skip to content

Commit 170b149

Browse files
committed
Fixed Spacing,Typos and Grammar
1 parent 4b33308 commit 170b149

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/cmd.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)