summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-05-20 21:32:06 (GMT)
committerNed Deily <nad@acm.org>2013-05-20 21:32:06 (GMT)
commitde88c0d2f2d3cbaed1ba719c6db50da926487c70 (patch)
tree35ab8735bc77273c51d19b997d33b78a700390f8
parent8d89c2aaba60a188e4453a7a5785f6644a1074c1 (diff)
parentea3cfc5f34aaea9e29aea1d55c813b97b8c3ef86 (diff)
downloadcpython-de88c0d2f2d3cbaed1ba719c6db50da926487c70.zip
cpython-de88c0d2f2d3cbaed1ba719c6db50da926487c70.tar.gz
cpython-de88c0d2f2d3cbaed1ba719c6db50da926487c70.tar.bz2
Issue #18026: merge
-rw-r--r--Doc/library/ctypes.rst2
1 files changed, 1 insertions, 1 deletions
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.