Skip to content

Commit 0b30000

Browse files
authored
Fix typo (#1032)
Signed-off-by: Alexander Seiler <[email protected]>
1 parent c12d6d7 commit 0b30000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/find_libpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def normalize_path(path, suffix=SHLIB_SUFFIX, is_apple=is_apple):
264264
265265
Parameters
266266
----------
267-
path : str ot None
267+
path : str or None
268268
A candidate path to a shared library.
269269
"""
270270
if not path:

0 commit comments

Comments
 (0)