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

Skip to content

Commit 957a79a

Browse files
[po] auto sync
1 parent 6d87a02 commit 957a79a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

library/http.server.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,14 @@ msgid ""
263263
"enabled, multiple times) to handle incoming HTTP requests. You should never "
264264
"need to override it; instead, implement appropriate :meth:`do_\\*` methods."
265265
msgstr ""
266+
"调用 :meth:`handle_one_request` 一次(或者如果启用了永久连接则为多次)来处理传入的 HTTP 请求。 "
267+
"你应该完全不需要重载它;而是要实现适当的 :meth:`do_\\*` 方法。"
266268

267269
#: ../../library/http.server.rst:191
268270
msgid ""
269271
"This method will parse and dispatch the request to the appropriate "
270272
":meth:`do_\\*` method. You should never need to override it."
271-
msgstr ""
273+
msgstr "此方法将解析并将请求分配给适当的 :meth:`do_\\*` 方法。 你应该完全不需要重载它。"
272274

273275
#: ../../library/http.server.rst:196
274276
msgid ""

0 commit comments

Comments
 (0)