@@ -160,7 +160,7 @@ Use monospace font from System Font Stack for cross-platform support in
160160.. nonce: 3sBFv2
161161.. section: Library
162162
163- Improve perfomance of :attr: `uuid.UUID.hex ` and :meth: `uuid.UUID.__str__
163+ Improve performance of :attr: `uuid.UUID.hex ` and :meth: `uuid.UUID.__str__
164164<object.__str__> `.
165165
166166..
@@ -535,7 +535,7 @@ the correct type, when called with optimize=False.
535535
536536 Forbid the use of colon (":") as a fractional component separator and other
537537improvements to the consistency of error raising between the C and Python
538- implementaitons of :meth: `datetime.time.fromisoformat ` and
538+ implementations of :meth: `datetime.time.fromisoformat ` and
539539:meth: `datetime.datetime.fromisoformat `. Patch by Semyon Moroz.
540540
541541..
@@ -1109,7 +1109,7 @@ Fix two more :class:`bytearray` functions for :term:`free threading`.
11091109
11101110 Use tagged references (``_PyStackRef ``) for the default build as well as for
11111111the free-threading build. This has a small negative performance impact
1112- short-term but will enable larger speedups in the future and signficantly
1112+ short-term but will enable larger speedups in the future and significantly
11131113reduce maintenance costs by allowing a single implementation of tagged
11141114references in the future.
11151115
@@ -1209,7 +1209,7 @@ is called concurrently with ``set.clear()``.
12091209.. section: Core and Builtins
12101210
12111211 The internal (evaluation) stack is now spilled to memory whenever execution
1212- esacpes from the interpreter or JIT compiled code. This should have no
1212+ escapes from the interpreter or JIT compiled code. This should have no
12131213observable effect in either Python or builtin extensions, but will allow
12141214various important optimizations in the future.
12151215
0 commit comments