Skip to content

Commit

Permalink
DOC: add space between words across lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jul 10, 2019
1 parent 27b59ef commit b8c885d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/lib/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b8c885d

Please sign in to comment.