File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1638,7 +1638,7 @@ runtime dynamic library loader then interact in system-specific ways to find
16381638the filename of the library to load.
16391639
16401640While the mapping from short names to filenames is not consistently exposed
1641- by platforms, the :mod: `ctypes.util ` module provides a function,
1641+ by platforms, the :mod: `! ctypes.util ` module provides a function,
16421642:func: `!find_library `, that attempts to match it.
16431643However, as backwards compatibility concerns make it difficult to adjust
16441644its behavior for new platforms and configurations, the function
@@ -1660,7 +1660,7 @@ as a default or fallback.
16601660 *name * is the "short" library name without any prefix like ``lib ``,
16611661 suffix like ``.so ``, ``.dylib `` or version number.
16621662 (This is the form used for the posix linker option :option: `!-l `.)
1663- The result is in a format suitable for passing to :py:class: `CDLL `.
1663+ The result is in a format suitable for passing to :py:class: `~ctypes. CDLL `.
16641664
16651665 If no library can be found, return ``None ``.
16661666
You can’t perform that action at this time.
0 commit comments