[Python-checkins] fix typo in 3.12 What's New (#101105)

kumaraditya303 webhook-mailer at python.org
Wed Jan 18 11:25:36 EST 2023


https://github.com/python/cpython/commit/d65f48507045c87000c65dc2c4fa727f483caad6
commit: d65f48507045c87000c65dc2c4fa727f483caad6
branch: main
author: Tushar Sadhwani <tushar.sadhwani000 at gmail.com>
committer: kumaraditya303 <59607654+kumaraditya303 at users.noreply.github.com>
date: 2023年01月18日T21:54:56+05:30
summary:
fix typo in 3.12 What's New (#101105)
files:
M Doc/whatsnew/3.12.rst
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index 72a3ad9f5c8c..0c85aef007e0 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -157,7 +157,7 @@ Other Language Changes
 in :gh:`96670`.)
 
 * The Garbage Collector now runs only on the eval breaker mechanism of the
- Python bytecode evaluation loop instead on object allocations. The GC can
+ Python bytecode evaluation loop instead of object allocations. The GC can
 also run when :c:func:`PyErr_CheckSignals` is called so C extensions that
 need to run for a long time without executing any Python code also have a
 chance to execute the GC periodically. (Contributed by Pablo Galindo in


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /