From b8c885d097bf83bce05a11164c9f939905a3c219 Mon Sep 17 00:00:00 2001 From: mattip Date: Wed, 10 Jul 2019 11:38:34 -0500 Subject: DOC: add space between words across lines --- numpy/lib/format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/format.py') diff --git a/numpy/lib/format.py b/numpy/lib/format.py index 93bdbce97..3bf818812 100644 --- a/numpy/lib/format.py +++ b/numpy/lib/format.py @@ -384,7 +384,7 @@ def _wrap_header_guess_version(header): return ret header = _wrap_header(header, (3, 0)) - warnings.warn("Stored array in format 3.0. It can only be" + warnings.warn("Stored array in format 3.0. It can only be " "read by NumPy >= 1.17", UserWarning, stacklevel=2) return header -- cgit v1.2.1