Skip to content

Commit adfb7d2

Browse files
committed
s/libexpact/libexpat/
1 parent f9230e9 commit adfb7d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ def detect_expat_elementtree(self):
15781578
('XML_POOR_ENTROPY', '1'),
15791579
]
15801580
extra_compile_args = []
1581-
# bpo-44394: libexpact uses isnan() of math.h and needs linkage
1581+
# bpo-44394: libexpat uses isnan() of math.h and needs linkage
15821582
# against the libm
15831583
expat_lib = ['m']
15841584
expat_sources = ['expat/xmlparse.c',

0 commit comments

Comments
 (0)