Skip to content

Commit 6b749c4

Browse files
Update library/custominterp.po
Co-authored-by: W. H. Wang <mattwang44@gmail.com>
1 parent 579edaf commit 6b749c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/custominterp.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ msgid ""
3131
"look at the :mod:`code` module. (The :mod:`codeop` module is lower-level, "
3232
"used to support compiling a possibly incomplete chunk of Python code.)"
3333
msgstr ""
34-
"本章介紹的模塊可用於編寫類似於Python交互式直譯器的介面。如果您需要一個在"
35-
"Python語言基礎上支援某些特殊功能的直譯器,可以參考 :mod:`code` 模塊。("
36-
" :mod:`codeop` 模塊屬於底層工具,用於支持編譯可能不完整的Python代碼片段。)"
34+
"本章介紹的模組可用於編寫類似於 Python 交互式直譯器的介面。如果你需要一個在 "
35+
"Python 語言基礎上支援某些特殊功能的直譯器,可以參考 :mod:`code` 模組。("
36+
" :mod:`codeop` 模組屬於底層工具,用於支援編譯可能不完整的 Python 程式碼。)"
3737

3838
#: ../../library/custominterp.rst:13
3939
msgid "The full list of modules described in this chapter is:"

0 commit comments

Comments
 (0)