Skip to content

Commit 47b0980

Browse files
committed
fix typo
1 parent 02a6e76 commit 47b0980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/sedona/sql/st_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1994,4 +1994,4 @@ def ST_Rotate(geometry: ColumnOrName, angle: Union[ColumnOrName, float], originX
19941994
else:
19951995
args = (geometry, angle)
19961996

1997-
return _call_st_function("ST_Rotate", *args)
1997+
return _call_st_function("ST_Rotate", args)

0 commit comments

Comments
 (0)