File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -472,9 +472,9 @@ msgid ""
472472" That's because names in the 1st are not yet available, because the first "
473473"module is busy importing the 2nd."
474474msgstr ""
475- "当两个模块都使用 \" import <module>\" "
476- "的导入形式时,循环导入就可以了。但是当第二个模块想从第一个模块中获取一个名称(“来自模块导入名称”) 并且导入位于顶层时,就会出错。这是因为第一个模块中的名称还不可用,因为第一个模块正在忙着导入第二个模块。 "
477- " "
475+ "当两个模块都使用 \" import <module>\" 的导入形式时,循环导入就可以了。但是当第 2 个模块想从第 1 个模块中获取一个名称 "
476+ "( \" from module import name \" ) 并且导入位于顶层时,就会出错。 这是因为第 1 个模块中的名称还不可用,因为第 1 "
477+ "个模块正在忙着导入第 2 个模块。 "
478478
479479#: ../../faq/programming.rst:318
480480msgid ""
@@ -571,7 +571,7 @@ msgid ""
571571"value is requested again. This is called \" memoizing\" , and can be "
572572"implemented like this::"
573573msgstr ""
574- "以下特性有时会很有用处 。 "
574+ "这一特性有时会很有用处 。 "
575575"当你有一个需要进行大量耗时计算的函数时,一个常见技巧是将每次调用函数的参数和结果值缓存起来,并在同样的值被再次请求时返回缓存的值。 "
576576"这称为“记忆”,具体实现方式可以是这样的::"
577577
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ msgstr "由 Tcl 发明者 John Ousterhout 所著的书籍。"
183183
184184#: ../../library/tkinter.rst:64
185185msgid "`Practical Programming in Tcl and Tk <http://www.beedub.com/book/>`_"
186- msgstr "` Tcl 和 Tk 编程实战<http://www.beedub.com/book/>`_"
186+ msgstr "` Tcl 和 Tk 编程实战 <http://www.beedub.com/book/>`_"
187187
188188#: ../../library/tkinter.rst:65
189189msgid "Brent Welch's encyclopedic book."
You can’t perform that action at this time.
0 commit comments