]> granicus.if.org Git - python/commitdiff
Fix typo in 0311f62714f7
authorÉric Araujo <merwok@netwok.org>
Sun, 29 May 2011 01:48:49 +0000 (03:48 +0200)
committerÉric Araujo <merwok@netwok.org>
Sun, 29 May 2011 01:48:49 +0000 (03:48 +0200)
Doc/c-api/veryhigh.rst

index d1940a8d9db347728a4cf07676b5aeb3329bac81..73cd1d23b4ef5f82c57e8dadd82e562309f26677 100644 (file)
@@ -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.