From: Martin v. Löwis Date: Sat, 24 Mar 2012 16:38:29 +0000 (+0100) Subject: Issue #14400: Fix typo. X-Git-Tag: v2.7.4rc1~947 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcf37c1896a39a045d4ffeee3b98902923dde3ec;p=thirdparty%2FPython%2Fcpython.git Issue #14400: Fix typo. --- diff --git a/Doc/howto/cporting.rst b/Doc/howto/cporting.rst index bea21535947e..6dd0765bd339 100644 --- a/Doc/howto/cporting.rst +++ b/Doc/howto/cporting.rst @@ -257,7 +257,7 @@ behave slightly differently from real Capsules. Specifically: 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