Skip to content

Commit 1e97145

Browse files
miss-islingtonambv
andauthored
[typo] s/libexpact/libexpat/ in setup.py (GH-28624) (GH-28627)
(cherry picked from commit bf5d168) Co-authored-by: Łukasz Langa <[email protected]>
1 parent fafa213 commit 1e97145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,7 @@ def detect_expat_elementtree(self):
16861686
('XML_POOR_ENTROPY', '1'),
16871687
]
16881688
extra_compile_args = []
1689-
# bpo-44394: libexpact uses isnan() of math.h and needs linkage
1689+
# bpo-44394: libexpat uses isnan() of math.h and needs linkage
16901690
# against the libm
16911691
expat_lib = ['m']
16921692
expat_sources = ['expat/xmlparse.c',

0 commit comments

Comments
 (0)