improve wording in documentation

This commit is contained in:
2022-12-02 15:45:01 +02:00
parent 7aa91f9e2e
commit 262462d3c3
51 changed files with 73 additions and 70 deletions

View File

@ -62,7 +62,7 @@ class WebClient(Client, LazyLogging):
get url for the login api
Returns:
str: full url for web service to login
str: full url for web service to log in
"""
return f"{self.address}/api/v1/login"