summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>2021-07-02 16:53:11 (GMT)
committerGitHub <noreply@github.com>2021-07-02 16:53:11 (GMT)
commit2560c612c89ea2534b90a266aabf76dc74d93a12 (patch)
tree954e1e6be4a5a56d60111bf9e328478caef8e667
parent98eee94421dcb42c15f2d7fc4cd21357722fbe2a (diff)
downloadcpython-2560c612c89ea2534b90a266aabf76dc74d93a12.zip
cpython-2560c612c89ea2534b90a266aabf76dc74d93a12.tar.gz
cpython-2560c612c89ea2534b90a266aabf76dc74d93a12.tar.bz2
bpo-30256: [doc] Fix formatting error in news (GH-26994)
-rw-r--r--Misc/NEWS.d/next/Library/2019-09-25-13-54-41.bpo-30256.wBkzox.rst2
1 files changed, 1 insertions, 1 deletions
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 4490803..698b0e8 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.