Skip to content

Commit 96f40bd

Browse files
committed
docs: make explicit that distances are in meters in matrix
1 parent 3363f69 commit 96f40bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

routingpy/matrix.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ def distances(self) -> Optional[List[List[Optional[float]]]]:
7676
...
7777
]
7878
79+
The distances are in meters.
80+
7981
:rtype: list or None
8082
"""
8183
return self._distances

0 commit comments

Comments
 (0)