Skip to content

Commit bf5d168

Browse files
authored
[typo] s/libexpact/libexpat/ in setup.py (GH-28624)
1 parent f1ca5d7 commit bf5d168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,7 @@ def detect_expat_elementtree(self):
17671767
('XML_POOR_ENTROPY', '1'),
17681768
]
17691769
extra_compile_args = []
1770-
# bpo-44394: libexpact uses isnan() of math.h and needs linkage
1770+
# bpo-44394: libexpat uses isnan() of math.h and needs linkage
17711771
# against the libm
17721772
expat_lib = ['m']
17731773
expat_sources = ['expat/xmlparse.c',

0 commit comments

Comments
 (0)