diff --git a/openrouteservice/directions.py b/openrouteservice/directions.py index 39f0475d..559158ce 100644 --- a/openrouteservice/directions.py +++ b/openrouteservice/directions.py @@ -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.