Skip to content

Commit b8af16a

Browse files
sync with cpython 1eb9b249
1 parent c09017e commit b8af16a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/os.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.11\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-03-04 00:16+0000\n"
10+
"POT-Creation-Date: 2023-03-22 00:14+0000\n"
1111
"PO-Revision-Date: 2022-10-16 08:11+0800\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -4012,8 +4012,8 @@ msgstr ""
40124012

40134013
#: ../../library/os.rst:3735
40144014
msgid ""
4015-
"The standard way to exit is ``sys.exit(n)``. :func:`_exit` should normally "
4016-
"only be used in the child process after a :func:`fork`."
4015+
"The standard way to exit is :func:`sys.exit(n) <sys.exit>`. :func:`!_exit` "
4016+
"should normally only be used in the child process after a :func:`fork`."
40174017
msgstr ""
40184018

40194019
#: ../../library/os.rst:3738

0 commit comments

Comments
 (0)