File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 99msgstr ""
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
399400msgid ""
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"
405406msgstr ""
406407">>> print('C:\\ some\\ name') # 這裡 \\ n 表示換行!\n"
407408"C:\\ some\n"
You can’t perform that action at this time.
0 commit comments