Skip to content

Commit 6d568a0

Browse files
committed
Rename str_int runtime function to str
1 parent fe56bec commit 6d568a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/lpython_builtin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def abs(x: f64) -> f64:
4040
return -x
4141

4242

43-
def str_int(x: i32) -> str:
43+
def str(x: i32) -> str:
4444
"""
4545
Return the string representation of an integer `x`.
4646
"""

0 commit comments

Comments
 (0)