Skip to content

Commit 6a3c642

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

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
@@ -107,7 +107,7 @@ def decompress(self, num: int) -> int | float | str:
107107
num: The compressed integer to decompress.
108108
109109
Returns:
110-
original value (int | float | str) : The original value.
110+
The original value.
111111
112112
>>> arr = [100, 10, 52, 83]
113113
>>> cc = CoordinateCompressor(arr)

0 commit comments

Comments
 (0)