[3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790)

docs: module page titles should not start with a link to themselves (GH-117099)
(cherry picked from commit bcb435ee8f)

Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
This commit is contained in:
Miss Islington (bot) 2024-05-08 21:52:39 +02:00 committed by GitHub
parent c6680cdc5a
commit c33bba6eb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
220 changed files with 440 additions and 443 deletions

View file

@ -1,5 +1,5 @@
:mod:`multiprocessing.shared_memory` --- Shared memory for direct access across processes
=========================================================================================
:mod:`!multiprocessing.shared_memory` --- Shared memory for direct access across processes
==========================================================================================
.. module:: multiprocessing.shared_memory
:synopsis: Provides shared memory for direct access across processes.