[Python-checkins] cpython (3.1): Fix typo in 0311f62714f7

eric.araujo python-checkins at python.org
Sun May 29 18:14:32 CEST 2011


http://hg.python.org/cpython/rev/299b8a820002
changeset:   70493:299b8a820002
branch:      3.1
user:        Éric Araujo <merwok at netwok.org>
date:        Sun May 29 03:48:49 2011 +0200
summary:
  Fix typo in 0311f62714f7

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
@@ -34,7 +34,7 @@
    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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list