Skip to content

Commit 17a8110

Browse files
committed
Fix documentation typo
1 parent 8e05b79 commit 17a8110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elli/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def convert_delta_range(
4343
Args:
4444
delta_values (npt.ArrayLike): Delta values to be converted.
4545
lower (int): The lower delta range. Should be in the range of -360 and 0.
46-
upper (Optional[int]): The upper delta range. Should be in the range of 0 and 360.
46+
upper (int): The upper delta range. Should be in the range of 0 and 360.
4747
4848
Returns:
4949
npt.ArrayLike: Delta values with shifted range.

0 commit comments

Comments
 (0)