We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579edaf commit 6b749c4Copy full SHA for 6b749c4
library/custominterp.po
@@ -31,9 +31,9 @@ msgid ""
31
"look at the :mod:`code` module. (The :mod:`codeop` module is lower-level, "
32
"used to support compiling a possibly incomplete chunk of Python code.)"
33
msgstr ""
34
-"本章介紹的模塊可用於編寫類似於Python交互式直譯器的介面。如果您需要一個在"
35
-"Python語言基礎上支援某些特殊功能的直譯器,可以參考 :mod:`code` 模塊。("
36
-" :mod:`codeop` 模塊屬於底層工具,用於支持編譯可能不完整的Python代碼片段。)"
+"本章介紹的模組可用於編寫類似於 Python 交互式直譯器的介面。如果你需要一個在 "
+"Python 語言基礎上支援某些特殊功能的直譯器,可以參考 :mod:`code` 模組。("
+" :mod:`codeop` 模組屬於底層工具,用於支援編譯可能不完整的 Python 程式碼。)"
37
38
#: ../../library/custominterp.rst:13
39
msgid "The full list of modules described in this chapter is:"
0 commit comments