Skip to content

Commit

Permalink
Fix typo (#1032)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
  • Loading branch information
goggle committed Jun 28, 2023
1 parent c12d6d7 commit 0b30000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/find_libpython.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def normalize_path(path, suffix=SHLIB_SUFFIX, is_apple=is_apple):
Parameters
----------
path : str ot None
path : str or None
A candidate path to a shared library.
"""
if not path:
Expand Down

0 comments on commit 0b30000

Please sign in to comment.