aboutsummaryrefslogtreecommitdiff
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
parent[typo] Fix threading.Barrier comment that used confusing punctuation (GH-28623) (diff)
downloadcpython-main.tar.gz
cpython-main.tar.bz2
cpython-main.zip
[typo] s/libexpact/libexpat/ in setup.py (GH-28624)main
-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',