Skip to content

Commit 7bd13df

Browse files
committed
Removed trailing space
1 parent d8d6a79 commit 7bd13df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4720,7 +4720,7 @@ These functions may be used to create and manage processes.
47204720
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

4723-
For example, ``os.execv('/bin/echo', ['echo', 'foo', 'bar'])`` would only print ``foo bar``;
4723+
For example, ``os.execv('/bin/echo', ['echo', 'foo', 'bar'])`` would only print ``foo bar``;
47244724
the echo argument would seem to be ignored.
47254725

47264726
The "l" and "v" variants of the :func:`exec\* <execl>` functions differ in how

0 commit comments

Comments
 (0)