8000 fix typo in 3.12 What's New (#101105) · python/cpython@d65f485 · GitHub
[go: up one dir, main page]

Skip to content

Commit d65f485

Browse files
fix typo in 3.12 What's New (#101105)
1 parent b84be8d commit d65f485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Other Language Changes
157157
in :gh:`96670`.)
158158

159159
* The Garbage Collector now runs only on the eval breaker mechanism of the
160-
Python bytecode evaluation loop instead on object allocations. The GC can
160+
Python bytecode evaluation loop instead of object allocations. The GC can
161161
also run when :c:func:`PyErr_CheckSignals` is called so C extensions that
162162
need to run for a long time without executing any Python code also have a
163163
chance to execute the GC periodically. (Contributed by Pablo Galindo in

0 commit comments

Comments
 (0)
0