From d21e9b08bbc095c059b01b9d87bc3f73e0cfe60c Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Mon, 7 Mar 2016 08:52:18 -0500 Subject: [PATCH] Undo a doc update that is not accurate for release-0.4 --- doc/stdlib/io-network.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stdlib/io-network.rst b/doc/stdlib/io-network.rst index 72929cc59087a..4ce2cbe0ecd49 100644 --- a/doc/stdlib/io-network.rst +++ b/doc/stdlib/io-network.rst @@ -153,7 +153,7 @@ General I/O .. Docstring generated from Julia source - Read binary data from a stream or file, filling in the argument ``array``\ . + Read binary data from a stream, filling in the argument ``array``\ . .. function:: readbytes!(stream, b::Vector{UInt8}, nb=length(b); all=true)