Skip to content

Commit e3f6f7a

Browse files
committed
Removed trailing whitespace
1 parent 7bd13df commit e3f6f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/os.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4716,8 +4716,8 @@ These functions may be used to create and manage processes.
47164716

47174717
*Program arguments*
47184718

4719-
The exec functions take a list of arguments for the new program. The first of these
4720-
is by convention the command name used on the command line, rather than an argument to the command,
4719+
The exec functions take a list of arguments for the new program. The first of these
4720+
is by convention the command name used on the command line, rather than an argument to the command,
47214721
and becomes argv[0] passed to the main function of a C program.
47224722

47234723
For example, ``os.execv('/bin/echo', ['echo', 'foo', 'bar'])`` would only print ``foo bar``;

0 commit comments

Comments
 (0)