Skip to content

Commit f8ccfe8

Browse files
Update coordinate_compression.py
1 parent 446cbe2 commit f8ccfe8

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
@@ -88,7 +88,7 @@ def compress(self, original: float | str) -> int:
8888
original: The value to compress.
8989
9090
Returns:
91-
int: The compressed integer, or -1 if not found in the original list.
91+
The compressed integer, or -1 if not found in the original list.
9292
9393
>>> arr = [100, 10, 52, 83]
9494
>>> cc = CoordinateCompressor(arr)

0 commit comments

Comments
 (0)