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

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


http://hg.python.org/cpython/rev/ff679f22682b
changeset:   75913:ff679f22682b
branch:      3.2
parent:      75904:54055646fd1f
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Sat Mar 24 17:39:57 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