Skip to content

Commit a8dd4f0

Browse files
sync with cpython 8b5f1c24
1 parent bdc5236 commit a8dd4f0

4 files changed

Lines changed: 425 additions & 407 deletions

File tree

howto/logging-cookbook.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.14\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2026-03-22 00:20+0000\n"
9+
"POT-Creation-Date: 2026-07-20 00:30+0000\n"
1010
"PO-Revision-Date: 2018-05-23 14:36+0000\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2615,7 +2615,7 @@ msgid ""
26152615
"class NNGSocketListener(logging.handlers.QueueListener):\n"
26162616
"\n"
26172617
" def __init__(self, uri, /, *handlers, **kwargs):\n"
2618-
" # Have a timeout for interruptability, and open a\n"
2618+
" # Have a timeout for interruptibility, and open a\n"
26192619
" # subscriber socket\n"
26202620
" socket = pynng.Sub0(listen=uri, recv_timeout=500)\n"
26212621
" # The b'' subscription matches all topics\n"

0 commit comments

Comments
 (0)