mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #14400: Fix typo.
This commit is contained in:
parent
ee64b28cf4
commit
2dee394af9
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ behave slightly differently from real Capsules. Specifically:
|
||||||
returns failure. (Since there's no way to store a name
|
returns failure. (Since there's no way to store a name
|
||||||
in a CObject, noisy failure of :c:func:`PyCapsule_SetName`
|
in a CObject, noisy failure of :c:func:`PyCapsule_SetName`
|
||||||
was deemed preferable to silent failure here. If this is
|
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.)
|
copy as you see fit.)
|
||||||
|
|
||||||
You can find :file:`capsulethunk.h` in the Python source distribution
|
You can find :file:`capsulethunk.h` in the Python source distribution
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue