Skip to content

Commit 8a666ef

Browse files
koebiMichaelsJP
andauthored
typo in :type maneuvers bool (#65)
Co-authored-by: Julian Psotta <[email protected]>
1 parent 0af44a1 commit 8a666ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openrouteservice/directions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def directions(
122122
:type attributes: list or tuple of strings
123123
124124
:param maneuvers: Specifies whether the maneuver object is included into the step object or not. Default: false.
125-
:type maneuvers bool
125+
:type maneuvers: bool
126126
127127
:param radiuses: A list of maximum distances (measured in
128128
meters) that limit the search of nearby road segments to every given waypoint.

0 commit comments

Comments
 (0)