aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Doc/library/multiprocessing.shared_memory.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/multiprocessing.shared_memory.rst')
-rw-r--r--Doc/library/multiprocessing.shared_memory.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.shared_memory.rst b/Doc/library/multiprocessing.shared_memory.rst
index 127a82d47aa..76046b34610 100644
--- a/Doc/library/multiprocessing.shared_memory.rst
+++ b/Doc/library/multiprocessing.shared_memory.rst
@@ -125,7 +125,7 @@ instances::
The following example demonstrates a practical use of the :class:`SharedMemory`
-class with `NumPy arrays <https://www.numpy.org/>`_, accessing the
+class with `NumPy arrays <https://numpy.org/>`_, accessing the
same ``numpy.ndarray`` from two distinct Python shells:
.. doctest::