Skip to content

Commit 4a3863a

Browse files
committed
Fix indent
1 parent 08036e5 commit 4a3863a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -270,21 +270,21 @@ See :pep:`692` for more details.
270270

271271

272272
* Add :ref:`perf_profiling` through the new
273-
environment variable :envvar:`PYTHONPERFSUPPORT`,
274-
the new command-line option :option:`-X perf <-X>`,
275-
as well as the new :func:`sys.activate_stack_trampoline`,
276-
:func:`sys.deactivate_stack_trampoline`,
277-
and :func:`sys.is_stack_trampoline_active` APIs.
278-
(Design by Pablo Galindo. Contributed by Pablo Galindo and Christian Heimes
279-
with contributions from Gregory P. Smith [Google] and Mark Shannon
280-
in :gh:`96123`.)
273+
environment variable :envvar:`PYTHONPERFSUPPORT`,
274+
the new command-line option :option:`-X perf <-X>`,
275+
as well as the new :func:`sys.activate_stack_trampoline`,
276+
:func:`sys.deactivate_stack_trampoline`,
277+
and :func:`sys.is_stack_trampoline_active` APIs.
278+
(Design by Pablo Galindo. Contributed by Pablo Galindo and Christian Heimes
279+
with contributions from Gregory P. Smith [Google] and Mark Shannon
280+
in :gh:`96123`.)
281281
* The extraction methods in :mod:`tarfile`, and :func:`shutil.unpack_archive`,
282-
have a new a *filter* argument that allows limiting tar features than may be
283-
surprising or dangerous, such as creating files outside the destination
284-
directory.
285-
See :ref:`tarfile-extraction-filter` for details.
286-
In Python 3.14, the default will switch to ``'data'``.
287-
(Contributed by Petr Viktorin in :pep:`706`.)
282+
have a new a *filter* argument that allows limiting tar features than may be
283+
surprising or dangerous, such as creating files outside the destination
284+
directory.
285+
See :ref:`tarfile-extraction-filter` for details.
286+
In Python 3.14, the default will switch to ``'data'``.
287+
(Contributed by Petr Viktorin in :pep:`706`.)
288288

289289
Other Language Changes
290290
======================

0 commit comments

Comments
 (0)