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)