Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a62bfb

Browse files
[UDAPTE] fix rst format
1 parent 8a9df3a commit 1a62bfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/os.path.po

Lines changed: 3 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-09 00:15+0000\n"
11-
"PO-Revision-Date: 2023-07-12 12:41+0800\n"
11+
"PO-Revision-Date: 2023-07-12 12:44+0800\n"
1212
"Last-Translator: Po-Chuan Chen <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -50,8 +50,8 @@ msgid ""
5050
"the :mod:`glob` module.)"
5151
msgstr ""
5252
"與 Unix shell 不同,Python 不會 *自動* 進行路徑展開(path expansions)。當應"
53-
"用程式需要進行類似 shell 的路徑展開時,可以明確地調用 \\ :func:`expanduser` "
54-
"\\\\ :func:`expandvars` \\ 等函數。(另請參閱 \\ :mod:`glob` \\ 模組。)"
53+
"用程式需要進行類似 shell 的路徑展開時,可以明確地調用 :func:`expanduser` 和 :"
54+
"func:`expandvars` 等函數。(另請參閱 :mod:`glob` 模組。)"
5555

5656
#: ../../library/os.path.rst:26
5757
msgid "The :mod:`pathlib` module offers high-level path objects."

0 commit comments

Comments
 (0)