Changed phraseology in docstring

This commit is contained in:
Profitroll 2022-09-22 11:22:22 +02:00
parent be5511fb76
commit 77a9460cb6
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ def stopByCoords(accessId: str,
"""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.
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:
* accessId (str): Access ID for identifying the requesting client. Get your key on [RMV website](https://opendata.rmv.de/site/start.html).

View File

@ -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
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:
* accessId (str): Access ID for identifying the requesting client. Get your key on [RMV website](https://opendata.rmv.de/site/start.html).