Skip to content

Commit 07c047d

Browse files
committed
Bring bqplot closer to passing API tests
1 parent 2e71707 commit 07c047d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astrowidgets/bqplot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def _validate_cuts(self, proposal):
484484
proposed_cuts = proposal['value']
485485

486486
bad_value_error = (f"{proposed_cuts} is not a valid value. "
487-
"cuts must be either None, "
487+
"cuts must be one of None, "
488488
"an astropy interval, or list/tuple "
489489
"of length 2.")
490490

0 commit comments

Comments
 (0)