mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #18026: fix ctypes doc typo
This commit is contained in:
parent
bcf06d364d
commit
ea3cfc5f34
1 changed files with 1 additions and 1 deletions
|
|
@ -1274,7 +1274,7 @@ returns the full pathname, but since there is no predefined naming scheme a call
|
|||
like ``find_library("c")`` will fail and return ``None``.
|
||||
|
||||
If wrapping a shared library with :mod:`ctypes`, it *may* be better to determine
|
||||
the shared library name at development type, and hardcode that into the wrapper
|
||||
the shared library name at development time, and hardcode that into the wrapper
|
||||
module instead of using :func:`find_library` to locate the library at runtime.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue