Skip to content

Commit 2a0363a

Browse files
authored
PEP 799: clarifications (#4511)
1 parent 62fdf4f commit 2a0363a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,6 @@ peps/pep-0793.rst @encukou
675675
peps/pep-0794.rst @brettcannon
676676
peps/pep-0798.rst @JelleZijlstra
677677
peps/pep-0799.rst @pablogsal
678-
# ...
679678
peps/pep-0800.rst @JelleZijlstra
680679
peps/pep-0801.rst @warsaw
681680
# ...

peps/pep-0799.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ The ``profile`` module will be deprecated starting in Python 3.15.
100100

101101
From Python 3.15, :mod:`!profilers.tracing` will be preferred to :mod:`!cProfile` & :mod:`!profile`.
102102

103-
The code that as the time of writing this is in :mod:`!profile.sampling`
104-
module no longer exist and will only exist in the :mod:`!profilers` package.
103+
The code that, at the time of writing, is in the :mod:`!profile.sampling`
104+
module will be moved to the :mod:`!profilers` package.
105105

106106
Documentation
107107
=============
@@ -139,7 +139,7 @@ Top-Level ``tachyon`` Module
139139

140140
Introducing ``import tachyon`` as a new top-level module was rejected. Grouping tachyon under
141141
``profilers`` helps establish a logical structure and prevents proliferation of top-level modules
142-
and also minimizes the usage of global namespace as requested by the Python Steering council
142+
and also minimizes the usage of global namespace as requested by the Python Steering Council.
143143

144144
Copyright
145145
=========

0 commit comments

Comments
 (0)