Fix max_concurrent_transmissions typing (#31)

This commit is contained in:
L 2024-03-07 17:14:37 +08:00 committed by GitHub
parent 27b24d49ad
commit 0b83b1d55b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,7 +185,7 @@ class Client(Methods):
Defaults to False, because ``getpass`` (the library used) is known to be problematic in some
terminal environments.
max_concurrent_transmissions (``bool``, *optional*):
max_concurrent_transmissions (``int``, *optional*):
Set the maximum amount of concurrent transmissions (uploads & downloads).
A value that is too high may result in network related issues.
Defaults to 1.