Skip to content

Commit c71aee1

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

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
@@ -1484,7 +1484,7 @@ msgstr ""
14841484
"\n"
14851485
" \"\"\"\n"
14861486
" P = sys.hash_info.modulus\n"
1487-
" # 去除P的公因數。 (但若m和n互質則不需要這一步)\n"
1487+
" # 去除 P 的公因數。(但若 m 和 n 互質則不需要這一步)\n"
14881488
" while m % P == n % P == 0:\n"
14891489
" m, n = m // P, n // P\n"
14901490
"\n"

0 commit comments

Comments
 (0)