From ea3cfc5f34aaea9e29aea1d55c813b97b8c3ef86 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 20 May 2013 14:29:44 -0700 Subject: Issue #18026: fix ctypes doc typo --- Doc/library/ctypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 5f5a512..33ff12b 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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. -- cgit v0.12