Skip to content

Commit

Permalink
More doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding committed Jan 25, 2023
1 parent 8b85188 commit d89313c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tanjun/annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,12 +336,12 @@ def __init__(self, converter: _ConverterSig[typing.Any], /, *other_converters: _
Parameters
----------
converter : collections.abc.Callable
converter : collections.abc.Callable[[str], collections.Coroutine[Any, Any, Any] | Any]
The first converter this argument should use to handle values passed to it
during parsing.
Only the first converter to pass will be used.
*other_converters : collections.abc.Callable
*other_converters : collections.abc.Callable[[str], collections.Coroutine[Any, Any, Any] | Any]
Other first converter(s) this argument should use to handle values passed to it
during parsing.
Expand Down

0 comments on commit d89313c

Please sign in to comment.