We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b963ff9 commit 975071fCopy full SHA for 975071f
1 file changed
googlemaps/directions.py
@@ -33,7 +33,7 @@ def directions(client, origin, destination,
33
34
:param destination: The address or latitude/longitude value from which
35
you wish to calculate directions. You can use a place_id as destination
36
- by putting 'place_id:' as a preffix in the passing parameter.
+ by putting 'place_id:' as a prefix in the passing parameter.
37
:type destination: string, dict, list, or tuple
38
39
:param mode: Specifies the mode of transport to use when calculating
0 commit comments