diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2024-03-24 15:38:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-24 15:38:34 (GMT) |
commit | 78a651fd7fbe7a3d1702e40f4cbfa72d87241ef0 (patch) | |
tree | f9a8e6509d4f72271e5ab0dc703928882c92b4b1 /Doc | |
parent | f267d5bf2a99fbeb26a720d1c87c1f0557424b14 (diff) | |
download | cpython-78a651fd7fbe7a3d1702e40f4cbfa72d87241ef0.zip cpython-78a651fd7fbe7a3d1702e40f4cbfa72d87241ef0.tar.gz cpython-78a651fd7fbe7a3d1702e40f4cbfa72d87241ef0.tar.bz2 |
gh-117194: Properly format 'base64' header in What's New (#117198)
It needs 6, not 3, '-'s.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.13.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index c9a93d5..aba672d 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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. |