diff --git a/pwclient/api.py b/pwclient/api.py index 3817935..79a885d 100644 --- a/pwclient/api.py +++ b/pwclient/api.py @@ -440,7 +440,7 @@ def __init__(self, server, *, username=None, password=None, token=None): f"Automatically converted XML-RPC URL to REST API URL. This " f"is deprecated behavior and will be removed in a future " f"release. Update your pwclientrc to use the following URL: " - f"{scheme}://{hostname}/api" + f"{scheme}://{hostname}/api\n" ) path = '/api'