Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a21f55 commit 87418afCopy full SHA for 87418af
1 file changed
Doc/c-api/veryhigh.rst
@@ -34,7 +34,7 @@ the same library that the Python runtime is using.
34
according to the user's locale). It is important to note that the
35
argument list may be modified (but the contents of the strings
36
pointed to by the argument list are not). The return value will be
37
- ```0``` if the interpreter exits normally (ie, without an
+ ``0`` if the interpreter exits normally (i.e. without an
38
exception), ``1`` if the interpreter exits due to an exception, or
39
``2`` if the parameter list does not represent a valid Python
40
command line.
0 commit comments