We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefa288 commit 7ab5de3Copy full SHA for 7ab5de3
1 file changed
Doc/library/os.rst
@@ -4278,8 +4278,8 @@ These functions may be used to create and manage processes.
4278
be the name of the program itself, and not an argument that a user may
4279
have typed on a command line.
4280
4281
- For the C programmer, this is the ``argv[0]``
4282
- passed to a program's :c:func:`main`. For example, ``os.execv('/bin/echo',
+ This first argument is equivalent to the ``argv[0]``
+ passed to a program's :c:func:`main` in a C program. For example, ``os.execv('/bin/echo',
4283
['foo', 'bar'])`` will only print ``bar`` on standard output; ``foo`` will seem
4284
to be ignored.
4285
0 commit comments