Skip to content

Commit 66a7b57

Browse files
sync with cpython d9106384
1 parent 9aadfd1 commit 66a7b57

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tutorial/introduction.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 3.14\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2025-12-01 00:17+0000\n"
12+
"POT-Creation-Date: 2026-03-09 00:19+0000\n"
1313
"PO-Revision-Date: 2022-10-16 03:20+0800\n"
1414
"Last-Translator: Steven Hsu <hsuhaochun@gmail.com>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -396,12 +396,13 @@ msgstr ""
396396
"第一個包圍引號前加上 ``r`` : ::"
397397

398398
#: ../../tutorial/introduction.rst:187
399+
#, fuzzy
399400
msgid ""
400-
">>> print('C:\\some\\name') # here \\n means newline!\n"
401-
"C:\\some\n"
401+
">>> print('C:\\this\\name') # here \\t means tab, \\n means newline\n"
402+
"C: his\n"
402403
"ame\n"
403-
">>> print(r'C:\\some\\name') # note the r before the quote\n"
404-
"C:\\some\\name"
404+
">>> print(r'C:\\this\\name') # note the r before the quote\n"
405+
"C:\\this\\name"
405406
msgstr ""
406407
">>> print('C:\\some\\name') # 這裡 \\n 表示換行!\n"
407408
"C:\\some\n"

0 commit comments

Comments
 (0)