From f1302483635ce278254b5313d7b43112010c7117 Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:08:40 +0100 Subject: [PATCH] Add doc string changes from adriesse Co-authored-by: Anton Driesse --- pvlib/iotools/sodapro.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pvlib/iotools/sodapro.py b/pvlib/iotools/sodapro.py index 97569e32d4..f1e7a8aeec 100644 --- a/pvlib/iotools/sodapro.py +++ b/pvlib/iotools/sodapro.py @@ -221,9 +221,8 @@ def get_cams(latitude, longitude, start, end, email, identifier='mcclear', timeout=timeout) # Response from CAMS follows the status and reason format of PyWPS4 - # If an error occurs on our side, we will return error 400 - bad request - # Additional information is available in the response text so - # we add it here + # If an error occurs on the server side, it will return error 400 - bad request + # Additional information is available in the response text, so it is added # to the error displayed to facilitate users effort to fix their request if not res.ok: errors = res.text.split('ows:ExceptionText')[1][1:-2]