Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea3cfc5

Browse files
committed
Issue #18026: fix ctypes doc typo
1 parent bcf06d3 commit ea3cfc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/ctypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ returns the full pathname, but since there is no predefined naming scheme a call
12741274
like ``find_library("c")`` will fail and return ``None``.
12751275

12761276
If wrapping a shared library with :mod:`ctypes`, it *may* be better to determine
1277-
the shared library name at development type, and hardcode that into the wrapper
1277+
the shared library name at development time, and hardcode that into the wrapper
12781278
module instead of using :func:`find_library` to locate the library at runtime.
12791279

12801280

0 commit comments

Comments
 (0)