Changed phraseology in docstring
This commit is contained in:
parent
be5511fb76
commit
77a9460cb6
@ -24,7 +24,7 @@ def stopByCoords(accessId: str,
|
|||||||
"""The location.nearbystops service returns a list of stops around a given center coordinate (within a
|
"""The location.nearbystops service returns a list of stops around a given center coordinate (within a
|
||||||
radius of 1000m). The returned results are ordered by their distance to the center coordinate.
|
radius of 1000m). The returned results are ordered by their distance to the center coordinate.
|
||||||
|
|
||||||
Read more about this in paragraph 2.4. "Location Search by Coordinate (location.nearbystops)" of HAFAS ReST Documentation.
|
Read more about this in section 2.4. "Location Search by Coordinate (location.nearbystops)" of HAFAS ReST Documentation.
|
||||||
|
|
||||||
### Args:
|
### Args:
|
||||||
* accessId (str): Access ID for identifying the requesting client. Get your key on [RMV website](https://opendata.rmv.de/site/start.html).
|
* accessId (str): Access ID for identifying the requesting client. Get your key on [RMV website](https://opendata.rmv.de/site/start.html).
|
||||||
|
@ -32,7 +32,7 @@ def stopByName(accessId: str,
|
|||||||
request with this location as origin or destination or to ask for a departure board or arrival board of this
|
request with this location as origin or destination or to ask for a departure board or arrival board of this
|
||||||
location (stops/stations only).
|
location (stops/stations only).
|
||||||
|
|
||||||
Read more about this in paragraph 2.3. "Location Search by Name (location.name)" of HAFAS ReST Documentation.
|
Read more about this in section 2.3. "Location Search by Name (location.name)" of HAFAS ReST Documentation.
|
||||||
|
|
||||||
### Args:
|
### Args:
|
||||||
* accessId (str): Access ID for identifying the requesting client. Get your key on [RMV website](https://opendata.rmv.de/site/start.html).
|
* accessId (str): Access ID for identifying the requesting client. Get your key on [RMV website](https://opendata.rmv.de/site/start.html).
|
||||||
|
Loading…
Reference in New Issue
Block a user