From a2d71db30ec1c27430616b7abf84e0b68029f56b Mon Sep 17 00:00:00 2001 From: Rob Aleck Date: Mon, 15 Jul 2024 14:55:58 +0100 Subject: [PATCH] Update pydantic_tfl_api/rest_client.py Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- pydantic_tfl_api/rest_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydantic_tfl_api/rest_client.py b/pydantic_tfl_api/rest_client.py index b9a04d2..d7db057 100644 --- a/pydantic_tfl_api/rest_client.py +++ b/pydantic_tfl_api/rest_client.py @@ -31,7 +31,7 @@ class RestClient(): """RestClient. - :param str app_key: API token to access TfL unified API + :param str app_key: App key to access TfL unified API """ def __init__(self, app_key: str = None):