]> granicus.if.org Git - python/commitdiff
Issue #14400: Fix typo.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 24 Mar 2012 16:39:57 +0000 (17:39 +0100)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 24 Mar 2012 16:39:57 +0000 (17:39 +0100)
Doc/howto/cporting.rst

index bea21535947ea005b9c51d243c88d3e15c431b77..6dd0765bd3391292d4c5a676a5a0cef74151549e 100644 (file)
@@ -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