From: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Date: Fri, 2 Jul 2021 16:53:11 +0000 (+0800) Subject: bpo-30256: [doc] Fix formatting error in news (GH-26994) X-Git-Tag: v3.11.0a1~745 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2560c612c89ea2534b90a266aabf76dc74d93a12;p=thirdparty%2FPython%2Fcpython.git bpo-30256: [doc] Fix formatting error in news (GH-26994) --- 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.