From 77a9460cb667d5358c1dbf8852c954c04c183bda Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 22 Sep 2022 11:22:22 +0200 Subject: [PATCH] Changed phraseology in docstring --- raw/stopByCoords.py | 2 +- raw/stopByName.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/raw/stopByCoords.py b/raw/stopByCoords.py index 016ee1b..7b47752 100644 --- a/raw/stopByCoords.py +++ b/raw/stopByCoords.py @@ -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). diff --git a/raw/stopByName.py b/raw/stopByName.py index 2accc83..50f478c 100644 --- a/raw/stopByName.py +++ b/raw/stopByName.py @@ -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).