From: Éric Araujo Date: Sun, 29 May 2011 01:48:49 +0000 (+0200) Subject: Fix typo in 0311f62714f7 X-Git-Tag: v3.1.4rc1~2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87418afb3b6c6ef220df439004501093609abb2e;p=thirdparty%2FPython%2Fcpython.git Fix typo in 0311f62714f7 --- diff --git a/Doc/c-api/veryhigh.rst b/Doc/c-api/veryhigh.rst index d1940a8d9db3..73cd1d23b4ef 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.