From 3f9ec82dbc302430610df00a960fb719e791d4b8 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Mon, 2 Dec 2024 08:37:48 -0800 Subject: [PATCH] news typo --- .../next/Library/2024-12-02-04-08-22.gh-issue-127298.8cpkfk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Library/2024-12-02-04-08-22.gh-issue-127298.8cpkfk.rst b/Misc/NEWS.d/next/Library/2024-12-02-04-08-22.gh-issue-127298.8cpkfk.rst index 681ddcf3493f9a..079e809aeea977 100644 --- a/Misc/NEWS.d/next/Library/2024-12-02-04-08-22.gh-issue-127298.8cpkfk.rst +++ b/Misc/NEWS.d/next/Library/2024-12-02-04-08-22.gh-issue-127298.8cpkfk.rst @@ -4,5 +4,5 @@ available hash functions. The ``algorithms_available`` attribute is now updated to exclude algorithms that are not actually available at import time, even if they are considered guaranteed in normal Python builds. Use of OpenSSL FIPS mode runtime configs and some combination of the build time -``--with(out)-built-hashlib-hashes`` configure option are examples of when +``--with(out)-builtin-hashlib-hashes`` configure option are examples of when this could happen.