Skip to content

Commit

Permalink
Fix typo found by codespell (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Dec 18, 2023
1 parent 0ad14b2 commit b57d685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wheel/macosx_libfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ class FatArch(BaseClass):

def read_mach_header(lib_file, seek=None):
"""
This funcition parse mach-O header and extract
information about minimal system version
This function parses a Mach-O header and extracts
information about the minimal macOS version.
:param lib_file: reference to opened library file with pointer
"""
Expand Down

0 comments on commit b57d685

Please sign in to comment.