Skip to content

Commit b8a1690

Browse files
space fix
1 parent 2c02944 commit b8a1690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ Changes in Python behavior
725725
older Python versions include the version number, it is recommended to
726726
always use the ``sys.platform.startswith('aix')``.
727727
(Contributed by M. Felt in :issue:`36588`.)
728-
728+
729729
* :c:func:`PyEval_AcquireLock` and :c:func:`PyEval_AcquireThread` now
730730
terminate the current thread if called while the interpreter is
731731
finalizing, making them consistent with :c:func:`PyEval_RestoreThread`,

0 commit comments

Comments
 (0)