https://github.com/python/cpython/commit/78a651fd7fbe7a3d1702e40f4cbfa72d87241ef0
commit: 78a651fd7fbe7a3d1702e40f4cbfa72d87241ef0
branch: main
author: Terry Jan Reedy <[email protected]>
committer: terryjreedy <[email protected]>
date: 2024-03-24T11:38:34-04:00
summary:

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

It needs 6, not 3, '-'s.

files:
M Doc/whatsnew/3.13.rst

diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index c9a93d58056747..aba672dcb3f456 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.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to