Skip to content

Commit

Permalink
Fix more docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 21, 2024
1 parent 09f99d3 commit 0f11942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tauon/t_modules/t_phazor.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@


def find_library(libname: str) -> Path | None:
"""Search for 'libname.so'.
"""Search for 'libname.extension' in various formats.
Return library Path loadable with ctypes.CDLL, otherwise return None
"""
Expand Down

0 comments on commit 0f11942

Please sign in to comment.