Commit 22c00e08 authored by Georg Brandl's avatar Georg Brandl

Bug #1705717: error in sys.argv docs.

 (backport from rev. 54939)
parent 46155b94
......@@ -15,8 +15,8 @@ It is always available.
whether this is a full pathname or not). If the command was
executed using the \programopt{-c} command line option to the
interpreter, \code{argv[0]} is set to the string \code{'-c'}. If no
script name was passed to the Python interpreter, \code{argv} has
zero length.
script name was passed to the Python interpreter, \code{argv[0]} is
the empty string.
\end{datadesc}
\begin{datadesc}{byteorder}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment