From 649aee791d4e644aae07cf3ee24ac0a1fc09de36 Mon Sep 17 00:00:00 2001 From: Jan Weidner Date: Fri, 21 Mar 2025 09:58:31 +0100 Subject: [PATCH] remove duplicate doc for optional IOContext arguments --- base/strings/io.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/base/strings/io.jl b/base/strings/io.jl index b4a3c7ad3e0c2..d072786923304 100644 --- a/base/strings/io.jl +++ b/base/strings/io.jl @@ -84,10 +84,6 @@ setfield!(typeof(println).name.mt, :max_args, 10, :monotonic) Call the given function with an I/O stream and the supplied extra arguments. Everything written to this I/O stream is returned as a string. -`context` can be an [`IOContext`](@ref) whose properties will be used, a `Pair` -specifying a property and its value, or a tuple of `Pair` specifying multiple -properties and their values. `sizehint` suggests the capacity of the buffer (in -bytes). The optional keyword argument `context` can be set to a `:key=>value` pair, a tuple of `:key=>value` pairs, or an `IO` or [`IOContext`](@ref) object whose