8000 fix: 修復 `Inline literal start-string without end-string` 問題 · python/python-docs-zh-tw@db9f061 · GitHub
[go: up one dir, main page]

Skip to content

Commit db9f061

Browse files
committed
fix: 修復 Inline literal start-string without end-string 問題
1 parent 95e21c5 commit db9f061

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

library/pathlib.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.11\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2023-05-11 00:16+0000\n"
11-
"PO-Revision-Date: 2023-07-08 16:39+0800\n"
11+
"PO-Revision-Date: 2023-07-09 01:03+0800\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -127,8 +127,9 @@ msgid ""
127127
"segment, an object implementing the :class:`os.PathLike` interface which "
128128
"returns a string, or another path object::"
129129
msgstr ""
130-
"*pathsegments* 中的每個元素可以是以下三種之一:一個表示路徑段的字串、實作了 :"
131-
"class:`os.PathLike` 介面 (interface) 並返回字串的物件,或者另一個路徑物件::"
130+
"*pathsegments* 中的每個元素可以是以下三種的其中一種; 一個表示路徑段的字串,實"
131+
"作了 :class:`os.PathLike` 介面 (interface) 並返回字串的物件,或者另一個路徑物"
132+
"件::"
132133

133134
#: ../../library/pathlib.rst:117
134135
msgid "When *pathsegments* is empty, the current directory is assumed::"

0 commit comments

Comments
 (0)
0