Skip to content

Commit 050b7fc

Browse files
committed
tweak some stale docstrings
1 parent e014a09 commit 050b7fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

hypothesis-python/tests/conftest.py

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def pytest_addoption(parser):
7575
parser.addoption("--hypothesis-update-outputs", action="store_true")
7676
parser.addoption("--hypothesis-benchmark-shrinks", type=str, choices=["new", "old"])
7777
parser.addoption("--hypothesis-benchmark-output", type=str)
78-
parser.addoption("--hypothesis-learn-to-normalize", action="store_true")
7978

8079
# New in pytest 6, so we add a shim on old versions to avoid missing-arg errors
8180
arg = "--durations-min"

hypothesis-python/tests/nocover/test_precise_shrinking.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212
This file tests for our ability to make precise shrinks.
1313
14-
Terminology: A shrink is *precise* if there is a single example (draw call) that
14+
Terminology: A shrink is *precise* if there is a single span (draw call) that
1515
it replaces, without leaving any of the data before or after that draw call changed.
1616
Otherwise, it is sloppy.
1717

0 commit comments

Comments
 (0)