]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Fix typo master
authorRaphael Michel <michel@rami.io>
Tue, 24 Mar 2026 08:34:20 +0000 (09:34 +0100)
committerRaphael Michel <michel@rami.io>
Tue, 24 Mar 2026 08:34:20 +0000 (09:34 +0100)
docs/client.rst

index 588229e7f0f38181b605dd3f64fabf8d6959f848..77b6226519d739995abd56625506cc230cccf529 100644 (file)
@@ -39,7 +39,7 @@ after calling :func:`~fints.client.FinTS3Client.deconstruct`.
 
 .. warning::
 
-   The data bassed to :func:`~fints.client.FinTS3Client.set_data` **MUST NOT** be from an untrusted source.
+   The data passed to :func:`~fints.client.FinTS3Client.set_data` **MUST NOT** be from an untrusted source.
    Even if stored in a trusted location, we recommend using a HMAC or a similar mechanism to prevent unexpected
    tampering.