Skip to content

Commit 5052c8a

Browse files
committed
Fix a typo reported by Hagfish.
1 parent ca00dd6 commit 5052c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,8 +1294,8 @@ Differences to 3.8.16:
12941294
* A new generated script ``Lib/re/_casefix.py`` is introduced.
12951295
* The ssl module, now unbroken, can be built again.
12961296
* Very recent Python versions allow for the use of ``SOURCE_DATE_EPOCH`` to
1297-
remove determinism from precompiled Python libraries (``.pyc``). Finally, we
1298-
can re-enable compiling of Python modules.
1297+
make output of precompiled Python libraries (``.pyc``) deterministic.
1298+
Finally, we can re-enable compiling of Python modules.
12991299

13001300
gcc 10.4.0
13011301
==========

0 commit comments

Comments
 (0)