summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.8.0a1.rst
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2021-09-28 21:09:58 (GMT)
committerGitHub <noreply@github.com>2021-09-28 21:09:58 (GMT)
commit8f9d398b46e5e932118094854110584f465a8179 (patch)
tree12d54932a26e1be85905825fc8863c8ab82f9588 /Misc/NEWS.d/3.8.0a1.rst
parent6d604494564e86436da207cc5ebd3d6823db988d (diff)
downloadcpython-8f9d398b46e5e932118094854110584f465a8179.zip
cpython-8f9d398b46e5e932118094854110584f465a8179.tar.gz
cpython-8f9d398b46e5e932118094854110584f465a8179.tar.bz2
[3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607)
(cherry picked from commit 4f05f15d7b25ef8b690cb94fdc4c8cb5521a4e27) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/3.8.0a1.rst')
-rw-r--r--Misc/NEWS.d/3.8.0a1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.8.0a1.rst b/Misc/NEWS.d/3.8.0a1.rst
index 89811c1..5cd3fa3 100644
--- a/Misc/NEWS.d/3.8.0a1.rst
+++ b/Misc/NEWS.d/3.8.0a1.rst
@@ -3355,7 +3355,7 @@ if the ``PATH`` environment variable is not set.
On Windows, fix multiprocessing.Connection for very large read: fix
_winapi.PeekNamedPipe() and _winapi.ReadFile() for read larger than INT_MAX
-(usually 2^31-1).
+(usually ``2**31-1``).
..