From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 2 Jul 2021 17:38:04 +0000 (-0700) Subject: bpo-30256: [doc] Fix formatting error in news (GH-26994) (GH-26996) X-Git-Tag: v3.9.7~179 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91db097358bcb00832e53d410035a8b7fcfdd9c3;p=thirdparty%2FPython%2Fcpython.git bpo-30256: [doc] Fix formatting error in news (GH-26994) (GH-26996) (cherry picked from commit 2560c612c89ea2534b90a266aabf76dc74d93a12) Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> --- diff --git a/Misc/NEWS.d/next/Library/2019-09-25-13-54-41.bpo-30256.wBkzox.rst b/Misc/NEWS.d/next/Library/2019-09-25-13-54-41.bpo-30256.wBkzox.rst index 4490803f3264..698b0e8a61c0 100644 --- a/Misc/NEWS.d/next/Library/2019-09-25-13-54-41.bpo-30256.wBkzox.rst +++ b/Misc/NEWS.d/next/Library/2019-09-25-13-54-41.bpo-30256.wBkzox.rst @@ -1 +1 @@ -Pass multiprocessing BaseProxy argument `manager_owned` through AutoProxy +Pass multiprocessing BaseProxy argument ``manager_owned`` through AutoProxy.