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

Skip to content

Commit 04234e2

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 0d5fe2c7
1 parent 869d9cc commit 04234e2

File tree

3 files changed

+180
-136
lines changed

3 files changed

+180
-136
lines changed

library/hashlib.po

Lines changed: 5 additions & 4 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: 2024-05-09 00:03+0000\n"
10+
"POT-Creation-Date: 2024-05-23 00:03+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:03+0000\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -351,8 +351,9 @@ msgstr ""
351351

352352
#: ../../library/hashlib.rst:331
353353
msgid ""
354-
"*dklen* is the length of the derived key. If *dklen* is ``None`` then the "
355-
"digest size of the hash algorithm *hash_name* is used, e.g. 64 for SHA-512."
354+
"*dklen* is the length of the derived key in bytes. If *dklen* is ``None`` "
355+
"then the digest size of the hash algorithm *hash_name* is used, e.g. 64 for "
356+
"SHA-512."
356357
msgstr ""
357358

358359
#: ../../library/hashlib.rst:340
@@ -383,7 +384,7 @@ msgstr ""
383384
msgid ""
384385
"*n* is the CPU/Memory cost factor, *r* the block size, *p* parallelization "
385386
"factor and *maxmem* limits memory (OpenSSL 1.1.0 defaults to 32 MiB). "
386-
"*dklen* is the length of the derived key."
387+
"*dklen* is the length of the derived key in bytes."
387388
msgstr ""
388389

389390
#: ../../library/hashlib.rst:366

0 commit comments

Comments
 (0)