]> granicus.if.org Git - python/commitdiff
Fix typo in 97a75fccd7c8
authorÉric Araujo <merwok@netwok.org>
Fri, 29 Jul 2011 09:43:47 +0000 (11:43 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 29 Jul 2011 09:43:47 +0000 (11:43 +0200)
Doc/c-api/veryhigh.rst

index 927368d7a109605b4c4eabb355228f73c5585b5f..188fac874e21d77598d0ffb684f8499541af0800 100644 (file)
@@ -32,7 +32,7 @@ the same library that the Python runtime is using.
    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.