summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-06-24 17:15:25 (GMT)
committerGitHub <noreply@github.com>2022-06-24 17:15:25 (GMT)
commit251193e7fbb8846daad3d30e76daeacdd1125230 (patch)
treeeae656521d2126565a26272d43babe182ceabfbf
parentc966e0816ed1efffcf91a415629409be16eb8af9 (diff)
downloadcpython-251193e7fbb8846daad3d30e76daeacdd1125230.zip
cpython-251193e7fbb8846daad3d30e76daeacdd1125230.tar.gz
cpython-251193e7fbb8846daad3d30e76daeacdd1125230.tar.bz2
Docs: Remove `Provides [...]` from `multiprocessing.shared_memory` description (GH-92761)
(cherry picked from commit a91ffcf3fa15ce3884f620c799566aa734412f9d) Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
-rw-r--r--Doc/library/multiprocessing.shared_memory.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/multiprocessing.shared_memory.rst b/Doc/library/multiprocessing.shared_memory.rst
index 2ba42b7..127a82d 100644
--- a/Doc/library/multiprocessing.shared_memory.rst
+++ b/Doc/library/multiprocessing.shared_memory.rst
@@ -1,5 +1,5 @@
-:mod:`multiprocessing.shared_memory` --- Provides 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.