|
7 | 7 | msgstr ""
|
8 | 8 | "Project-Id-Version: Python 3.13\n"
|
9 | 9 | "Report-Msgid-Bugs-To: \n"
|
10 |
| -"POT-Creation-Date: 2024-12-13 00:15+0000\n" |
| 10 | +"POT-Creation-Date: 2025-02-20 00:13+0000\n" |
11 | 11 | "PO-Revision-Date: 2018-05-23 16:13+0000\n"
|
12 | 12 | "Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
|
13 | 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -161,15 +161,15 @@ msgstr ""
|
161 | 161 |
|
162 | 162 | #: ../../library/traceback.rst:114
|
163 | 163 | msgid ""
|
164 |
| -"This is a shorthand for ``print_exception(sys.exception(), limit, file, " |
165 |
| -"chain)``." |
| 164 | +"This is a shorthand for ``print_exception(sys.exception(), limit=limit, " |
| 165 | +"file=file, chain=chain)``." |
166 | 166 | msgstr ""
|
167 | 167 |
|
168 | 168 | #: ../../library/traceback.rst:120
|
169 | 169 | msgid ""
|
170 |
| -"This is a shorthand for ``print_exception(sys.last_exc, limit, file, " |
171 |
| -"chain)``. In general it will work only after an exception has reached an " |
172 |
| -"interactive prompt (see :data:`sys.last_exc`)." |
| 170 | +"This is a shorthand for ``print_exception(sys.last_exc, limit=limit, " |
| 171 | +"file=file, chain=chain)``. In general it will work only after an exception " |
| 172 | +"has reached an interactive prompt (see :data:`sys.last_exc`)." |
173 | 173 | msgstr ""
|
174 | 174 |
|
175 | 175 | #: ../../library/traceback.rst:127
|
|
0 commit comments