From 74aee159583bf4631fbbdd12eef7e2bee394d907 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 24 Oct 2020 13:00:52 +0200 Subject: minor typographic change --- numpy/testing/_private/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/testing/_private/utils.py') diff --git a/numpy/testing/_private/utils.py b/numpy/testing/_private/utils.py index ae2617f4f..fb33bdcbd 100644 --- a/numpy/testing/_private/utils.py +++ b/numpy/testing/_private/utils.py @@ -1733,7 +1733,7 @@ def integer_repr(x): elif x.dtype == np.float64: return _integer_repr(x, np.int64, np.int64(-2**63)) else: - raise ValueError(f"Unsupported dtype {x.dtype}") + raise ValueError(f'Unsupported dtype {x.dtype}') @contextlib.contextmanager -- cgit v1.2.1