Skip to content

Commit 0e32489

Browse files
Update other/coordinate_compression.py
Co-authored-by: Christian Clauss <[email protected]>
1 parent bcf4f0d commit 0e32489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other/coordinate_compression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(self, arr: list[int | float | str]) -> None:
3838
Initialize the CoordinateCompressor with a list.
3939
4040
Args:
41-
arr (list): The list of values to be compressed.
41+
arr: The list of values to be compressed.
4242
4343
>>> arr = [100, 10, 52, 83]
4444
>>> cc = CoordinateCompressor(arr)

0 commit comments

Comments
 (0)