cpython (2.7): Fix typo in 97a75fccd7c8

http://hg.python.org/cpython/rev/d25b6270357e changeset: 71584:d25b6270357e branch: 2.7 user: Éric Araujo <merwok@netwok.org> date: Fri Jul 29 11:43:47 2011 +0200 summary: Fix typo in 97a75fccd7c8 files: 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 --- a/Doc/c-api/veryhigh.rst +++ b/Doc/c-api/veryhigh.rst @@ -32,7 +32,7 @@ prepared exactly as those which are passed to a C program's :cfunc:`main` function. 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 + value will be ``0`` if the interpreter exits normally (ie, 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. -- Repository URL: http://hg.python.org/cpython
participants (1)
-
eric.araujo