Skip to content

Commit 9fac19a

Browse files
committed
Do not translate output of string()
1 parent 8f855ab commit 9fac19a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/builtin.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9371,8 +9371,8 @@ string({expr}) {expr}を文字列に変換して返す。{expr}が数値、浮
93719371
Blob 0z00112233.44556677.8899
93729372
リスト [item, item]
93739373
辞書 {key: value, key: value}
9374-
クラス クラス SomeName
9375-
オブジェクト オブジェクト SomeName {lnum: 1, col: 3}
9374+
クラス class SomeName
9375+
オブジェクト object of SomeName {lnum: 1, col: 3}
93769376
列挙型 enum EnumName
93779377
列挙値 enum name.value {name: str, ordinal: nr}
93789378

0 commit comments

Comments
 (0)