From c55253212c8e1f6f3d9551a71f4710fb16b223d9 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sat, 9 Dec 2023 13:19:55 +0100 Subject: [PATCH] Fix reST markup in 3.10.po --- whatsnew/3.10.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whatsnew/3.10.po b/whatsnew/3.10.po index dd93dcbf24..284d268e01 100644 --- a/whatsnew/3.10.po +++ b/whatsnew/3.10.po @@ -2575,8 +2575,8 @@ msgid "" "respectively. You can use :func:`importlib.util.spec_from_loader` to help in " "porting. (Contributed by Brett Cannon in :issue:`42134`.)" msgstr "" -"引入系統使用 :meth:`!importlib.abc.MetaPathFinder.find_module` 和 :!meth:" -"`importlib.abc.PathEntryFinder.find_module` 現在會觸發 :exc:`ImportWarning`," +"引入系統使用 :meth:`!importlib.abc.MetaPathFinder.find_module` 和 :meth:" +"`!importlib.abc.PathEntryFinder.find_module` 現在會觸發 :exc:`ImportWarning`," "因為 :meth:`importlib.abc.MetaPathFinder.find_spec` 和 :meth:`importlib.abc." "PathEntryFinder.find_spec` 分別是替代方案的首選。你可以使用 :func:`importlib." "util.spec_from_loader` 來幫助移植。(由 Brett Cannon 在 :issue:`42134` 中貢"