Skip to content

Commit e8c5aca

Browse files
committed
Fix warnings
1 parent c1523bf commit e8c5aca

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Doc/library/debug.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ intrusive debugging or patching.
1616
faulthandler.rst
1717
pdb.rst
1818
profiling.rst
19-
profiling-tracing.rst
20-
profiling-sampling.rst
2119
pstats.rst
2220
profile.rst
2321
timeit.rst

Misc/NEWS.d/3.14.0b1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ caches.
747747
.. nonce: APBFCw
748748
.. section: Library
749749
750-
Fixed the :exc:`SystemError` in :mod:`cProfile` when locating the actual C
750+
Fixed the :exc:`SystemError` in :mod:`!cProfile` when locating the actual C
751751
function of a method raises an exception.
752752

753753
..

Misc/NEWS.d/3.15.0a1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4554,7 +4554,7 @@ auto-completion of imports.
45544554
.. nonce: yLZJpV
45554555
.. section: Core and Builtins
45564556
4557-
Make :mod:`cProfile` thread-safe on the :term:`free threaded <free
4557+
Make :mod:`!cProfile` thread-safe on the :term:`free threaded <free
45584558
threading>` build.
45594559

45604560
..

0 commit comments

Comments
 (0)