gh-117194: Properly format 'base64' header in What's New (#117198)

It needs 6, not 3, '-'s.
This commit is contained in:
Terry Jan Reedy 2024-03-24 11:38:34 -04:00 committed by GitHub
parent f267d5bf2a
commit 78a651fd7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -284,7 +284,7 @@ asyncio
(Contributed by Pierre Ossman in :gh:`113538`.) (Contributed by Pierre Ossman in :gh:`113538`.)
base64 base64
--- ------
* Add :func:`base64.z85encode` and :func:`base64.z85decode` functions which allow encoding * Add :func:`base64.z85encode` and :func:`base64.z85decode` functions which allow encoding
and decoding z85 data. and decoding z85 data.