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
1 changed files with 1 additions and 1 deletions

View File

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