From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Fri, 2 Jul 2021 17:39:52 +0000 (+0100) Subject: [3.10] bpo-30256: [doc] Fix formatting error in news (GH-26994) (GH-26998) X-Git-Tag: v3.10.0b4~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a2d2ed1330e464ac186c09501ef51b8261f4292;p=thirdparty%2FPython%2Fcpython.git [3.10] bpo-30256: [doc] Fix formatting error in news (GH-26994) (GH-26998) --- 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.