File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4229,13 +4229,13 @@ written in Python, such as a mail server's external command delivery program.
4229
4229
4230
4230
Start a file with its associated application.
4231
4231
4232
- When *operation * is not specified or `` 'open' `` , this acts like double-clicking
4232
+ When *operation * is not specified, this acts like double-clicking
4233
4233
the file in Windows Explorer, or giving the file name as an argument to the
4234
4234
:program: `start ` command from the interactive command shell: the file is opened
4235
4235
with whatever application (if any) its extension is associated.
4236
4236
4237
4237
When another *operation * is given, it must be a "command verb" that specifies
4238
- what should be done with the file. Common verbs documented by Microsoft are
4238
+ what should be done with the file. Common verbs documented by Microsoft are `` 'open' ``,
4239
4239
``'print' `` and ``'edit' `` (to be used on files) as well as ``'explore' `` and
4240
4240
``'find' `` (to be used on directories).
4241
4241
You can’t perform that action at this time.
0 commit comments