|
7 | 7 | msgstr ""
|
8 | 8 | "Project-Id-Version: Python 3.12\n"
|
9 | 9 | "Report-Msgid-Bugs-To: \n"
|
10 |
| -"POT-Creation-Date: 2024-04-18 00:04+0000\n" |
| 10 | +"POT-Creation-Date: 2024-05-02 11:29+0000\n" |
11 | 11 | "PO-Revision-Date: 2024-04-29 15:24+0800\n"
|
12 | 12 | "Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
|
13 | 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -56,8 +56,8 @@ msgid ""
|
56 | 56 | "originated with the POSIX interface)."
|
57 | 57 | msgstr ""
|
58 | 58 | "Python 所有內建作業系統相關的模組設計是這樣:只要有相同的函式可使用,就會使用"
|
59 |
| -"相同的介面 (interface)。舉例來說,``os.stat(path)`` 函式會以相同格" |
60 |
| -"式回傳關於 *path* 的統計資訊(這剛好來自於 POSIX 的介面。)。" |
| 59 | +"相同的介面 (interface)。舉例來說,``os.stat(path)`` 函式會以相同格式回傳關" |
| 60 | +"於 *path* 的統計資訊(這剛好來自於 POSIX 的介面。)。" |
61 | 61 |
|
62 | 62 | #: ../../library/os.rst:27
|
63 | 63 | msgid ""
|
@@ -1038,7 +1038,7 @@ msgstr ""
|
1038 | 1038 |
|
1039 | 1039 | #: ../../library/os.rst:924
|
1040 | 1040 | msgid ""
|
1041 |
| -"In Linux kernel older than 5.3, the files pointed by *src* and *dst* must " |
| 1041 | +"In Linux kernel older than 5.3, the files pointed to by *src* and *dst* must " |
1042 | 1042 | "reside in the same filesystem, otherwise an :exc:`OSError` is raised with :"
|
1043 | 1043 | "attr:`~OSError.errno` set to :const:`errno.EXDEV`."
|
1044 | 1044 | msgstr ""
|
@@ -1851,8 +1851,8 @@ msgid ""
|
1851 | 1851 | "At least one of the file descriptors must refer to a pipe. If *offset_src* "
|
1852 | 1852 | "is None, then *src* is read from the current position; respectively for "
|
1853 | 1853 | "*offset_dst*. The offset associated to the file descriptor that refers to a "
|
1854 |
| -"pipe must be ``None``. The files pointed by *src* and *dst* must reside in " |
1855 |
| -"the same filesystem, otherwise an :exc:`OSError` is raised with :attr:" |
| 1854 | +"pipe must be ``None``. The files pointed to by *src* and *dst* must reside " |
| 1855 | +"in the same filesystem, otherwise an :exc:`OSError` is raised with :attr:" |
1856 | 1856 | "`~OSError.errno` set to :const:`errno.EXDEV`."
|
1857 | 1857 | msgstr ""
|
1858 | 1858 |
|
|
0 commit comments