From 95c3491e53e803e6b4c7dcdb7c593824e9ea2680 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Fri, 5 Jan 2024 09:42:20 -0500 Subject: [PATCH] rm redundant docstring for doc --- stdlib/REPL/src/docview.jl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/stdlib/REPL/src/docview.jl b/stdlib/REPL/src/docview.jl index 41df572678c27..1d5bd12cdda58 100644 --- a/stdlib/REPL/src/docview.jl +++ b/stdlib/REPL/src/docview.jl @@ -198,14 +198,6 @@ function insert_internal_warning(other, internal_access::Set{Pair{Module,Symbol} other end -""" - Docs.doc(binding, sig) - -Return all documentation that matches both `binding` and `sig`. - -If `getdoc` returns a non-`nothing` result on the value of the binding, then a -dynamic docstring is returned instead of one based on the binding itself. -""" function doc(binding::Binding, sig::Type = Union{}) if defined(binding) result = getdoc(resolve(binding), sig)