Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38d64c9

Browse files
[po] auto sync
1 parent fa966f7 commit 38d64c9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

library/sys.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,18 +2023,19 @@ msgid ""
20232023
" platform that supports a higher limit. This should be done with care, "
20242024
"because a too-high limit can lead to a crash."
20252025
msgstr ""
2026+
"不同平台所允许的最高限值不同。当用户有需要深度递归的程序且平台支持更高的限值,可能就需要调高限值。进行该操作需要谨慎,因为过高的限值可能会导致崩溃。"
20262027

20272028
#: ../../library/sys.rst:1259
20282029
msgid ""
20292030
"If the new limit is too low at the current recursion depth, a "
20302031
":exc:`RecursionError` exception is raised."
2031-
msgstr ""
2032+
msgstr "如果新的限值低于当前的递归深度,将抛出 :exc:`RecursionError` 异常。"
20322033

20332034
#: ../../library/sys.rst:1262
20342035
msgid ""
20352036
"A :exc:`RecursionError` exception is now raised if the new limit is too low "
20362037
"at the current recursion depth."
2037-
msgstr ""
2038+
msgstr "如果新的限值低于当前的递归深度,现在将抛出 :exc:`RecursionError` 异常。"
20382039

20392040
#: ../../library/sys.rst:1269
20402041
msgid ""

0 commit comments

Comments
 (0)