Skip to content

Commit b3804ed

Browse files
committed
Fix typo in docstring of deques_of_primitives
1 parent ead2134 commit b3804ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/untyped.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def lists_of_primitives(draw):
7777
def deques_of_primitives(draw):
7878
"""Generate a strategy that yields tuples of list of primitives and types.
7979
80-
For example, a sample value might be ([1,2], List[int]).
80+
For example, a sample value might be ([1,2], Deque[int]).
8181
"""
8282
prim_strat, t = draw(primitive_strategies)
8383
deque_t = draw(deque_types.map(lambda deque_t: deque_t[t]) | deque_types)

0 commit comments

Comments
 (0)