File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2062,7 +2062,7 @@ msgid ""
2062
2062
"constant within an individual Python process, they are not predictable "
2063
2063
"between repeated invocations of Python."
2064
2064
msgstr ""
2065
- "デフォルトでは、文字列、バイト列、datetime オブジェクトの :meth:`__hash__` 値は予測不可能なランダム値で \" 塩漬け \" "
2065
+ "デフォルトでは、文字列、バイト列、datetime オブジェクトの :meth:`__hash__` 値は予測不可能なランダム値で \" ソルト \" "
2066
2066
"されます。 ハッシュ値は単独の Python プロセス内では定数であり続けますが、Python を繰り返し起動する毎に、予測できなくなります。"
2067
2067
2068
2068
#: ../../reference/datamodel.rst:1448
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ msgid ""
435
435
"invocations of Python."
436
436
msgstr ""
437
437
"以前のバージョンの Python では、このオプションはハッシュのランダム化を有効にします。これにより、 str, bytes, datetime 型の"
438
- " :meth:`__hash__` 値が予測不可能な乱数で \" 塩漬け \" されます。ハッシュ値は各 Python プロセスでは固定ですが、 "
438
+ " :meth:`__hash__` 値が予測不可能な乱数で \" ソルト \" されます。ハッシュ値は各 Python プロセスでは固定ですが、 "
439
439
"Python を繰り返し再実行した場合は別の予測不能な値になります。"
440
440
441
441
#: ../../using/cmdline.rst:305
You can’t perform that action at this time.
0 commit comments