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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2dee394af9a021c905c91a550d3201115b16dfee;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