8000 gh-115664: Fix versionadded and versionchanged directives in multiprocessing.rst by serhiy-storchaka · Pull Request #115665 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-115664: Fix versionadded and versionchanged directives in multiprocessing.rst #115665

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Doc/library/multiprocessing.rst
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
serhiy-storchaka and AlexWaygood authored Feb 19, 2024
commit ea530ffbb785a8ccb35f8c3010b250ddc7966727
2 changes: 1 addition & 1 deletion Doc/library/multiprocessing.rst
Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ Connection objects are usually created using
Connection objects themselves can now be transferred between processes
using :meth:`Connection.send` and :meth:`Connection.recv`.

Connection objects now support the context management protocol -- see
Connection objects also now support the context management protocol -- see
:ref:`typecontextmanager`. :meth:`~contextmanager.__enter__` returns the
connection object, and :meth:`~contextmanager.__exit__` calls :meth:`close`.

Expand Down
0