From 0cfbfb104deb2f66bc261bca413d9c7dc0ab83c0 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Mon, 9 Jul 2018 22:42:01 -0400 Subject: [PATCH] Update pep-0554.rst Correct one spelling error and fix one link. --- pep-0554.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0554.rst b/pep-0554.rst index 4d9d5beea..56eb37de9 100644 --- a/pep-0554.rst +++ b/pep-0554.rst @@ -31,7 +31,7 @@ Proposal The ``interpreters`` module will be added to the stdlib. It will provide a high-level interface to subinterpreters and wrap a new -low-level ``_interpreters`` (in the same was as the ``threading`` +low-level ``_interpreters`` (in the same way as the ``threading`` module). See the `Examples`_ section for concrete usage and use cases. Along with exposing the existing (in CPython) subinterpreter support, @@ -1355,7 +1355,7 @@ References https://bugs.python.org/issue6531 .. [mp-conn] - https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Connection + https://docs.python.org/3/library/multiprocessing.html#connection-objects .. [bug-rate] https://mail.python.org/pipermail/python-ideas/2017-September/047094.html