Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87418af

Browse files
committed
Fix typo in 0311f62714f7
1 parent 6a21f55 commit 87418af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/veryhigh.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ the same library that the Python runtime is using.
3434
according to the user's locale). It is important to note that the
3535
argument list may be modified (but the contents of the strings
3636
pointed to by the argument list are not). The return value will be
37-
```0``` if the interpreter exits normally (ie, without an
37+
``0`` if the interpreter exits normally (i.e. without an
3838
exception), ``1`` if the interpreter exits due to an exception, or
3939
``2`` if the parameter list does not represent a valid Python
4040
command line.

0 commit comments

Comments
 (0)