From: Claus F. Strasburger Date: Sat, 28 Mar 2020 15:30:25 +0000 (+0100) Subject: client.py: documentation fix X-Git-Tag: v3.0.1~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4fbeae462fce18cfc96028c483a70101374aeff;p=thirdparty%2Fpython-fints.git client.py: documentation fix minor documentation fix in client.py --- 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):