Remove `Provides` from `shared_memory` docs description by arhadthedev · Pull Request #92761 · python/cpython
The library index page describes multiprocessing.shared_memory as:
multiprocessing.shared_memory — Provides shared memory for direct access across processes
This is the only description that states what a module does instead of what it contains.
To be in line with other modules, this PR changes it to:
multiprocessing.shared_memory — Shared memory for direct access across processes