Skip to content

Commit

Permalink
Fix docs with wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Nov 22, 2023
1 parent c6046b4 commit ccc82a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions delocate/delocating.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,8 @@ def delocate_wheel(
lib_sdir : str, optional
Subdirectory name in wheel package directory (or directories) to store
needed libraries.
Ignored if the wheel has no package directories, and only contains
stand-alone modules.
Ignored if the wheel has no package directories, and only contains
stand-alone modules.
lib_filt_func : None or str or callable, optional
If None, inspect all files for dependencies on dynamic libraries. If
callable, accepts filename as argument, returns True if we should
Expand Down

0 comments on commit ccc82a1

Please sign in to comment.