Skip to content

Commit 485560f

Browse files
authored
remove duplicate doc for optional IOContext arguments (#57847)
1 parent f9365a5 commit 485560f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

base/strings/io.jl

-4
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ setfield!(typeof(println).name.mt, :max_args, 10, :monotonic)
8484
8585
Call the given function with an I/O stream and the supplied extra arguments.
8686
Everything written to this I/O stream is returned as a string.
87-
`context` can be an [`IOContext`](@ref) whose properties will be used, a `Pair`
88-
specifying a property and its value, or a tuple of `Pair` specifying multiple
89-
properties and their values. `sizehint` suggests the capacity of the buffer (in
90-
bytes).
9187
9288
The optional keyword argument `context` can be set to a `:key=>value` pair, a
9389
tuple of `:key=>value` pairs, or an `IO` or [`IOContext`](@ref) object whose

0 commit comments

Comments
 (0)