diff options
| author | Georg Brandl <georg@python.org> | 2007-04-24 15:10:16 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2007-04-24 15:10:16 (GMT) |
| commit | 22c00e08bfd5c70120b67a0e763e06a7475bf224 (patch) | |
| tree | 8ddac6c04b3282c82e2eb6cf6b5a5e9139a7be7d | |
| parent | 46155b94ca3b40cb7e20a0f22a17338fb3a48c62 (diff) | |
| download | cpython-22c00e08bfd5c70120b67a0e763e06a7475bf224.zip cpython-22c00e08bfd5c70120b67a0e763e06a7475bf224.tar.gz cpython-22c00e08bfd5c70120b67a0e763e06a7475bf224.tar.bz2 | |
Bug #1705717: error in sys.argv docs.
(backport from rev. 54939)
| -rw-r--r-- | Doc/lib/libsys.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index c0aa238..396c91a 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -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} |
