From b7884b08547925c4f2b9fde39a50d083916f59e6 Mon Sep 17 00:00:00 2001 From: Jakob Schnell Date: Thu, 15 Apr 2021 16:58:18 +0200 Subject: [PATCH] typo in `:type maneuvers bool` 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 --- openrouteservice/directions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.