Skip to content

Commit adf747a

Browse files
committed
fix the name format of "import"
1 parent 4407769 commit adf747a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/importlib.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ msgid ""
4343
"to comprehend than one implemented in a programming language other than "
4444
"Python."
4545
msgstr ""
46-
"第一是是提供 Python 原始碼中 :keyword:import 陳述句的實作(因此,也延伸到 :"
47-
"func:__import__ 函數)。這讓 :keyword:!import 實作可以移植到任何 Python 直譯"
48-
"。同時,這也提供了一個比用其他程式語言實作更容易理解的版本。 "
46+
"第一是是提供 Python 原始碼中 :keyword:`import` 陳述句的實作(因此,也延伸到 :"
47+
"func:`__import__` 函數)。這讓 :keyword:`!import` 實作可以移植到任何 Python "
48+
"直譯器。同時,這也提供了一個比用其他程式語言實作更容易理解的版本。 "
4949

5050
#: ../../library/importlib.rst:29
5151
msgid ""

0 commit comments

Comments
 (0)