Update pep-0554.rst
Correct one spelling error and fix one link.
This commit is contained in:
parent
6781796a53
commit
0cfbfb104d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue