diff options
author | Éric Araujo <merwok@netwok.org> | 2011-05-29 01:48:49 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-05-29 01:48:49 (GMT) |
commit | 87418afb3b6c6ef220df439004501093609abb2e (patch) | |
tree | 5e71391196af25329d6b6d55a4595b845cd324af /Doc | |
parent | 6a21f5527cab884e2d7dd4db025b5f9a7bd48dd9 (diff) | |
download | cpython-87418afb3b6c6ef220df439004501093609abb2e.zip cpython-87418afb3b6c6ef220df439004501093609abb2e.tar.gz cpython-87418afb3b6c6ef220df439004501093609abb2e.tar.bz2 |
Fix typo in 0311f62714f7
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/c-api/veryhigh.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/veryhigh.rst b/Doc/c-api/veryhigh.rst index d1940a8..73cd1d2 100644 --- a/Doc/c-api/veryhigh.rst +++ b/Doc/c-api/veryhigh.rst @@ -34,7 +34,7 @@ the same library that the Python runtime is using. according to the user's locale). It is important to note that the argument list may be modified (but the contents of the strings pointed to by the argument list are not). The return value will be - ```0``` if the interpreter exits normally (ie, without an + ``0`` if the interpreter exits normally (i.e. without an exception), ``1`` if the interpreter exits due to an exception, or ``2`` if the parameter list does not represent a valid Python command line. |