File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -675,7 +675,6 @@ peps/pep-0793.rst @encukou
675675peps /pep-0794.rst @ brettcannon
676676peps /pep-0798.rst @ JelleZijlstra
677677peps /pep-0799.rst @ pablogsal
678- # ...
679678peps /pep-0800.rst @ JelleZijlstra
680679peps /pep-0801.rst @ warsaw
681680# ...
Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ The ``profile`` module will be deprecated starting in Python 3.15.
100100
101101From 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
106106Documentation
107107=============
@@ -139,7 +139,7 @@ Top-Level ``tachyon`` Module
139139
140140Introducing ``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
144144Copyright
145145=========
You can’t perform that action at this time.
0 commit comments