Skip to content

Commit 3b7f721

Browse files
committed
Remove hypothesis.infer section from docs
1 parent de0e0c3 commit 3b7f721

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

hypothesis-python/docs/details.rst

+2-5
Original file line numberDiff line numberDiff line change
@@ -572,13 +572,10 @@ argument, to force this inference for arguments with a default value.
572572
>>> builds(func).example()
573573
[-6993, '']
574574
575-
.. data:: hypothesis.infer
576-
577575
:func:`@given <hypothesis.given>` does not perform any implicit inference
578576
for required arguments, as this would break compatibility with pytest fixtures.
579-
:const:`~hypothesis.infer`, which is an alias of ``...`` (:obj:`python:Ellipsis`), can
580-
be used as a keyword argument to explicitly fill in an argument from its type
581-
annotation.
577+
``...`` (:obj:`python:Ellipsis`), can be used as a keyword argument to explicitly fill
578+
in an argument from its type annotation.
582579

583580
.. code:: python
584581

0 commit comments

Comments
 (0)