diff options
author | mattip <matti.picus@gmail.com> | 2019-07-10 11:38:34 -0500 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-07-10 11:38:34 -0500 |
commit | b8c885d097bf83bce05a11164c9f939905a3c219 (patch) | |
tree | 1f06c105f76379f0e945c601da8f7be7d387990c /numpy/lib/format.py | |
parent | 27b59efd958313491d51bc45d5ffdf1173b8f903 (diff) | |
download | numpy-b8c885d097bf83bce05a11164c9f939905a3c219.tar.gz |
DOC: add space between words across lines
Diffstat (limited to 'numpy/lib/format.py')
-rw-r--r-- | numpy/lib/format.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |