summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2021-09-29 16:29:35 +0200
committerGitHub <noreply@github.com>2021-09-29 16:29:35 +0200
commitbf5d1684a770af4e4d176bc6780874a4be168cac (patch)
tree699c5165138ba07b83b9b3f0d8491c0866693e41 /setup.py
parentf1ca5d7f61594bf3627f0897b596877a0774c8e7 (diff)
downloadcpython-git-bf5d1684a770af4e4d176bc6780874a4be168cac.tar.gz
[typo] s/libexpact/libexpat/ in setup.py (GH-28624)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9e71a223c0..6122430cd0 100644
--- a/setup.py
+++ b/setup.py
@@ -1767,7 +1767,7 @@ class PyBuildExt(build_ext):
('XML_POOR_ENTROPY', '1'),
]
extra_compile_args = []
- # bpo-44394: libexpact uses isnan() of math.h and needs linkage
+ # bpo-44394: libexpat uses isnan() of math.h and needs linkage
# against the libm
expat_lib = ['m']
expat_sources = ['expat/xmlparse.c',