Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Jun 18, 2023
1 parent 82b05c6 commit bde5bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osmnx/elevation.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ def add_node_elevations_google(
----------
G : networkx.MultiDiGraph
input graph
api_key : Optional[string]
a valid API key, сan be omitted if the API does not require a key
api_key : string
a valid API key, сan be None if the API does not require a key
max_locations_per_batch : int
max number of coordinate pairs to submit in each API call (if this is
too high, the server will reject the request because its character
Expand Down

0 comments on commit bde5bde

Please sign in to comment.