summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2024-03-24 15:38:34 (GMT)
committerGitHub <noreply@github.com>2024-03-24 15:38:34 (GMT)
commit78a651fd7fbe7a3d1702e40f4cbfa72d87241ef0 (patch)
treef9a8e6509d4f72271e5ab0dc703928882c92b4b1 /Doc
parentf267d5bf2a99fbeb26a720d1c87c1f0557424b14 (diff)
downloadcpython-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.rst2
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.