Skip to content

Commit e21cc58

Browse files
committed
Fix by review point
1 parent 3b42ef0 commit e21cc58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/eval.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,8 +2368,8 @@ v:python3_version
23682368
コードされる。16 進数で人間が読める完全なバージョンを得るには:
23692369
>
23702370
echo printf("%08X", v:python3_version)
2371-
< こうすることで、マイナーバージョンのみを取得することができる:
2372-
>
2371+
< 次のようにすることで、マイナーバージョンのみを取得することがで
2372+
きる: >
23732373
echo and(v:python3_version>>16,0xff)
23742374
< 読み取り専用。
23752375

0 commit comments

Comments
 (0)