Skip to content

Commit 75afee0

Browse files
sync with cpython 6af359b0
1 parent 0091f9a commit 75afee0

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

howto/perf_profiling.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-07-17 17:39+0800\n"
11+
"POT-Creation-Date: 2023-10-06 00:03+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -112,23 +112,23 @@ msgstr ""
112112
msgid "Example, using the environment variable::"
113113
msgstr ""
114114

115-
#: ../../howto/perf_profiling.rst:169
115+
#: ../../howto/perf_profiling.rst:168
116116
msgid "Example, using the :option:`!-X` option::"
117117
msgstr ""
118118

119-
#: ../../howto/perf_profiling.rst:174
119+
#: ../../howto/perf_profiling.rst:173
120120
msgid "Example, using the :mod:`sys` APIs in file :file:`example.py`:"
121121
msgstr ""
122122

123-
#: ../../howto/perf_profiling.rst:186
123+
#: ../../howto/perf_profiling.rst:185
124124
msgid "...then::"
125125
msgstr ""
126126

127-
#: ../../howto/perf_profiling.rst:193
127+
#: ../../howto/perf_profiling.rst:192
128128
msgid "How to obtain the best results"
129129
msgstr ""
130130

131-
#: ../../howto/perf_profiling.rst:195
131+
#: ../../howto/perf_profiling.rst:194
132132
msgid ""
133133
"For best results, Python should be compiled with ``CFLAGS=\"-fno-omit-frame-"
134134
"pointer -mno-omit-leaf-frame-pointer\"`` as this allows profilers to unwind "
@@ -138,12 +138,12 @@ msgid ""
138138
"available."
139139
msgstr ""
140140

141-
#: ../../howto/perf_profiling.rst:202
141+
#: ../../howto/perf_profiling.rst:201
142142
msgid ""
143143
"You can check if your system has been compiled with this flag by running::"
144144
msgstr ""
145145

146-
#: ../../howto/perf_profiling.rst:206
146+
#: ../../howto/perf_profiling.rst:205
147147
msgid ""
148148
"If you don't see any output it means that your interpreter has not been "
149149
"compiled with frame pointers and therefore it may not be able to show Python "

library/socket.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-09-09 00:03+0000\n"
10+
"POT-Creation-Date: 2023-10-06 00:03+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:10+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2313,7 +2313,7 @@ msgid ""
23132313
"and IPv6. The server side will listen to the first address family available "
23142314
"(it should listen to both instead). On most of IPv6-ready systems, IPv6 will "
23152315
"take precedence and the server may not accept IPv4 traffic. The client side "
2316-
"will try to connect to the all addresses returned as a result of the name "
2316+
"will try to connect to all the addresses returned as a result of the name "
23172317
"resolution, and sends traffic to the first one connected successfully. ::"
23182318
msgstr ""
23192319

library/sys.monitoring.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-09-06 00:03+0000\n"
11+
"POT-Creation-Date: 2023-10-06 00:03+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -302,7 +302,7 @@ msgstr ""
302302

303303
#: ../../library/sys.monitoring.rst:150
304304
msgid ""
305-
"The ``C_RETURN`` and ``C_RAISE`` events are are controlled by the ``CALL`` "
305+
"The ``C_RETURN`` and ``C_RAISE`` events are controlled by the ``CALL`` "
306306
"event. ``C_RETURN`` and ``C_RAISE`` events will only be seen if the "
307307
"corresponding ``CALL`` event is being monitored."
308308
msgstr ""

library/timeit.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-08-27 18:15+0000\n"
10+
"POT-Creation-Date: 2023-10-06 00:03+0000\n"
1111
"PO-Revision-Date: 2023-05-20 13:21+0800\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -170,7 +170,7 @@ msgid ""
170170
"the total time >= 0.2 second, returning the eventual (number of loops, time "
171171
"taken for that number of loops). It calls :meth:`.timeit` with increasing "
172172
"numbers from the sequence 1, 2, 5, 10, 20, 50, ... until the time taken is "
173-
"at least 0.2 second."
173+
"at least 0.2 seconds."
174174
msgstr ""
175175

176176
#: ../../library/timeit.rst:156

0 commit comments

Comments
 (0)