From: Martin v. Löwis Date: Sat, 24 Mar 2012 16:39:57 +0000 (+0100) Subject: Issue #14400: Fix typo. X-Git-Tag: v3.3.0a2~70^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2dee394af9a021c905c91a550d3201115b16dfee;p=python Issue #14400: Fix typo. --- diff --git a/Doc/howto/cporting.rst b/Doc/howto/cporting.rst index bea2153594..6dd0765bd3 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