Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Oct 20, 2022
1 parent 64fa12c commit fa6da16
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1497,6 +1497,7 @@ class DrawFn(Protocol):
def list_and_index(draw: DrawFn) -> Tuple[int, str]:
i = draw(integers()) # type inferred as 'int'
s = draw(text()) # type inferred as 'str'
return i, s
"""

Expand Down

0 comments on commit fa6da16

Please sign in to comment.