From e2cd55ed29090e1b5eb657dd0ea39166329ad5ea Mon Sep 17 00:00:00 2001 From: robot-piglet Date: Fri, 12 Jul 2024 12:25:51 +0300 Subject: Intermediate changes --- yt/python/yt/yson/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt/python') diff --git a/yt/python/yt/yson/__init__.py b/yt/python/yt/yson/__init__.py index c20ae5ea52b..e9a303b4f89 100644 --- a/yt/python/yt/yson/__init__.py +++ b/yt/python/yt/yson/__init__.py @@ -22,7 +22,7 @@ Examples: >>> yson.dumps(True) '"true"' ->>> number = yson.YsonInteger(10) +>>> number = yson.YsonInt64(10) >>> number.attributes["my_attr"] = "hello" >>> yson.dumps(number) '<"attr"="hello">10' -- cgit v1.3