[Python-checkins] cpython (2.7): Issue #14400: Fix typo.

martin.v.loewis python-checkins at python.org
Sat Mar 24 17:38:35 CET 2012


http://hg.python.org/cpython/rev/e0e28695f11b
changeset:   75912:e0e28695f11b
branch:      2.7
parent:      75903:113b8e3cbba4
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Sat Mar 24 17:38:29 2012 +0100
summary:
  Issue #14400: Fix typo.

files:
  Doc/howto/cporting.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/howto/cporting.rst b/Doc/howto/cporting.rst
--- a/Doc/howto/cporting.rst
+++ b/Doc/howto/cporting.rst
@@ -257,7 +257,7 @@
     returns failure.  (Since there's no way to store a name
     in a CObject, noisy failure of :c:func:`PyCapsule_SetName`
     was deemed preferable to silent failure here.  If this is
-    inconveient, feel free to modify your local
+    inconvenient, feel free to modify your local
     copy as you see fit.)
 
 You can find :file:`capsulethunk.h` in the Python source distribution

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


More information about the Python-checkins mailing list