Skip to content

Commit

Permalink
typo in :type maneuvers bool
Browse files Browse the repository at this point in the history
this is missing a colon, which leads to it being a separate line in the docs and to me missing the rest of the documentation since the visual distance suggests that it may be a different part alltogether
  • Loading branch information
koebi committed Apr 15, 2021
1 parent 1d7b7e6 commit b7884b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openrouteservice/directions.py
Expand Up @@ -121,7 +121,7 @@ def directions(client,
:type attributes: list or tuple of strings
:param maneuvers: Specifies whether the maneuver object is included into the step object or not. Default: false.
:type maneuvers bool
:type maneuvers: bool
:param radiuses: A list of maximum distances (measured in
meters) that limit the search of nearby road segments to every given waypoint.
Expand Down

0 comments on commit b7884b0

Please sign in to comment.