Skip to content

Commit 090f711

Browse files
10622130rockleona
andauthored
Update library/stdtypes.po
Co-authored-by: Li-Hung Wang <34214497+rockleona@users.noreply.github.com>
1 parent c71aee1 commit 090f711

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/stdtypes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,7 @@ msgstr ""
14921492
" hash_value = sys.hash_info.inf\n"
14931493
" else:\n"
14941494
" # 費馬小定理: pow(n, P-1, P) 是 1, 所以\n"
1495-
" # pow(n, P-2, P) 會得到n modulo P的反元素.\n"
1495+
" # pow(n, P-2, P) 會得到 n modulo P 的反元素。\n"
14961496
" hash_value = (abs(m) % P) * pow(n, P - 2, P) % P\n"
14971497
" if m < 0:\n"
14981498
" hash_value = -hash_value\n"

0 commit comments

Comments
 (0)