Skip to content

Commit c1523bf

Browse files
committed
Fix warnings
1 parent ca3fed7 commit c1523bf

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Doc/tools/.nitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Doc/library/multiprocessing.rst
2323
Doc/library/optparse.rst
2424
Doc/library/os.rst
2525
Doc/library/pickletools.rst
26-
Doc/library/profile.rst
2726
Doc/library/pyexpat.rst
2827
Doc/library/select.rst
2928
Doc/library/socket.rst

Doc/whatsnew/3.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ and by Alexander Mohr and Ilya Kulakov in :issue:`29302`.)
841841
cProfile
842842
--------
843843

844-
The :mod:`cProfile` command line now accepts ``-m module_name`` as an
844+
The :mod:`!cProfile` command line now accepts ``-m module_name`` as an
845845
alternative to script path. (Contributed by Sanyam Khurana in :issue:`21862`.)
846846

847847

Misc/NEWS.d/3.13.0a1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3476,7 +3476,7 @@ Fix rare concurrency bug in lock acquisition by the logging package.
34763476
.. nonce: ya5jBT
34773477
.. section: Library
34783478
3479-
Added PY_THROW event hook for :mod:`cProfile` for generators
3479+
Added PY_THROW event hook for :mod:`!cProfile` for generators
34803480

34813481
..
34823482

Misc/NEWS.d/3.14.0a1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2623,7 +2623,7 @@ Fix :func:`unittest.mock.patch` to not read attributes of the target when
26232623
.. nonce: s4HXR0
26242624
.. section: Library
26252625
2626-
Fixed the use-after-free issue in :mod:`cProfile` by disallowing
2626+
Fixed the use-after-free issue in :mod:`!cProfile` by disallowing
26272627
``disable()`` and ``clear()`` in external timers.
26282628

26292629
..

0 commit comments

Comments
 (0)