Skip to content

Commit 975071f

Browse files
authored
docs: fix simple typo, preffix -> prefix (#389)
There is a small typo in googlemaps/directions.py. Should read `prefix` rather than `preffix`.
1 parent b963ff9 commit 975071f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

googlemaps/directions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def directions(client, origin, destination,
3333
3434
:param destination: The address or latitude/longitude value from which
3535
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.
36+
by putting 'place_id:' as a prefix in the passing parameter.
3737
:type destination: string, dict, list, or tuple
3838
3939
:param mode: Specifies the mode of transport to use when calculating

0 commit comments

Comments
 (0)