mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Bug #1705717: error in sys.argv docs.
This commit is contained in:
parent
d918a65802
commit
18afb37845
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ It is always available.
|
||||||
whether this is a full pathname or not). If the command was
|
whether this is a full pathname or not). If the command was
|
||||||
executed using the \programopt{-c} command line option to the
|
executed using the \programopt{-c} command line option to the
|
||||||
interpreter, \code{argv[0]} is set to the string \code{'-c'}. If no
|
interpreter, \code{argv[0]} is set to the string \code{'-c'}. If no
|
||||||
script name was passed to the Python interpreter, \code{argv} has
|
script name was passed to the Python interpreter, \code{argv[0]} is
|
||||||
zero length.
|
the empty string.
|
||||||
\end{datadesc}
|
\end{datadesc}
|
||||||
|
|
||||||
\begin{datadesc}{byteorder}
|
\begin{datadesc}{byteorder}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue