]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
client.py: documentation fix 109/head
authorClaus F. Strasburger <cfstras@users.noreply.github.com>
Sat, 28 Mar 2020 15:30:25 +0000 (16:30 +0100)
committerGitHub <noreply@github.com>
Sat, 28 Mar 2020 15:30:25 +0000 (16:30 +0100)
minor documentation fix in client.py

fints/client.py

index be4656540ee2cb2ae6d331b525e0b609229e975a..b86841976d7cb111bca61cc86cd7e818f56d4dc0 100644 (file)
@@ -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):