fix docstrings

This commit is contained in:
lla-dane
2025-06-28 09:06:18 +05:30
parent 4df454ebdc
commit fee4208d89
2 changed files with 3 additions and 6 deletions

View File

@ -58,8 +58,7 @@ class Multiselect(IMultiselectMuxer):
Negotiate performs protocol selection.
:param stream: stream to negotiate on
:param negotiate_timeout: timeout for negotiation,
defaults to DEFAULT_NEGOTIATE_TIMEOUT
:param negotiate_timeout: timeout for negotiation
:return: selected protocol name, handler function
:raise MultiselectError: raised when negotiation failed
"""