From e4fbeae462fce18cfc96028c483a70101374aeff Mon Sep 17 00:00:00 2001 From: "Claus F. Strasburger" Date: Sat, 28 Mar 2020 16:30:25 +0100 Subject: [PATCH] client.py: documentation fix minor documentation fix in client.py --- fints/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fints/client.py b/fints/client.py index be46565..b868419 100644 --- a/fints/client.py +++ b/fints/client.py @@ -331,7 +331,7 @@ class FinTS3Client: You should only call this method once, and only immediately after constructing the object and before calling any other method or functionality (e.g. __enter__()). - For convenience, you can pass the `set_data` parameter to __init__().""" + For convenience, you can pass the `from_data` parameter to __init__().""" decompress_datablob(DATA_BLOB_MAGIC, blob, self) def _log_response(self, segment, response): -- 2.39.5